Add android 13 info to buds spam

This commit is contained in:
Willy-JL
2023-10-21 05:15:27 +01:00
parent ed22a69d84
commit 9db35bd479

View File

@@ -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_index(item, value_index);
variable_item_set_current_value_text(item, model_name); variable_item_set_current_value_text(item, model_name);
variable_item_list_add(list, "Works on Android 13 and up", 0, NULL, NULL);
break; break;
} }
case EasysetupTypeWatch: { case EasysetupTypeWatch: {