diff --git a/applications/external/ble_spam/protocols/easysetup.c b/applications/external/ble_spam/protocols/easysetup.c index b0f85f09a..fa0a98aa2 100644 --- a/applications/external/ble_spam/protocols/easysetup.c +++ b/applications/external/ble_spam/protocols/easysetup.c @@ -260,6 +260,8 @@ static void easysetup_extra_config(Ctx* ctx) { } variable_item_set_current_value_index(item, value_index); variable_item_set_current_value_text(item, model_name); + + variable_item_list_add(list, "Works on Android 13 and up", 0, NULL, NULL); break; } case EasysetupTypeWatch: {