We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e2fcc commit d2a81e2Copy full SHA for d2a81e2
base_pack/ble_spam/scenes/config.c
@@ -43,7 +43,7 @@ void scene_config_on_enter(void* _ctx) {
43
variable_item_list_reset(list);
44
45
// Add item to be used as attack name header
46
- variable_item_list_add(list, ctx->attack->title, 0, NULL, NULL);
+ //variable_item_list_add(list, ctx->attack->title, 0, NULL, NULL);
47
//variable_item_list_set_header(list, ctx->attack->title);
48
49
config_bool(list, "Random MAC", &ctx->attack->payload.random_mac);
0 commit comments