Skip to content

Commit

Permalink
upd blespam
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Feb 10, 2024
1 parent 9dc271e commit d6398e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions base_pack/ble_spam/protocols/continuity.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ enum {
};
enum {
_ConfigCcExtraStart = ConfigExtraStart,
ConfigCcInfoFixed,
ConfigCcInfoLock,
ConfigCcInfoDevice,
ConfigCcCOUNT,
Expand Down Expand Up @@ -778,6 +779,7 @@ static void extra_config(Ctx* ctx) {
break;
}
case ContinuityTypeCustomCrash: {
variable_item_list_add(list, "CRASH FIXED IN IOS 17.2", 0, NULL, NULL);
variable_item_list_add(list, "Lock+unlock helps to crash", 0, NULL, NULL);
variable_item_list_add(list, "Works on iPhone 12 and up", 0, NULL, NULL);
break;
Expand Down
2 changes: 1 addition & 1 deletion base_pack/ble_spam/protocols/easysetup.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static void 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);
variable_item_list_add(list, "Works on Android 13 only", 0, NULL, NULL);
break;
}
case EasysetupTypeWatch: {
Expand Down

0 comments on commit d6398e6

Please sign in to comment.