Skip to content

Commit d2a81e2

Browse files
committed
hotfix
1 parent c0e2fcc commit d2a81e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_pack/ble_spam/scenes/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void scene_config_on_enter(void* _ctx) {
4343
variable_item_list_reset(list);
4444

4545
// Add item to be used as attack name header
46-
variable_item_list_add(list, ctx->attack->title, 0, NULL, NULL);
46+
//variable_item_list_add(list, ctx->attack->title, 0, NULL, NULL);
4747
//variable_item_list_set_header(list, ctx->attack->title);
4848

4949
config_bool(list, "Random MAC", &ctx->attack->payload.random_mac);

0 commit comments

Comments
 (0)