Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Dec 1, 2023
1 parent c0e2fcc commit d2a81e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_pack/ble_spam/scenes/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void scene_config_on_enter(void* _ctx) {
variable_item_list_reset(list);

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

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

0 comments on commit d2a81e2

Please sign in to comment.