Skip to content

Commit

Permalink
feat: Fix scan
Browse files Browse the repository at this point in the history
  • Loading branch information
JahazielLem committed Aug 9, 2024
1 parent f8a3c5b commit 13089a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/main/apps/wifi/deauth/deauth_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ static void scanning_task(void* pvParameters) {
ap_records = wifi_scanner_get_ap_records();
menu_stadistics.count = ap_records->count;
animations_task_stop();
led_control_stop();

ESP_LOGI("deauth", "Scanning done: %d", ap_records->count);
deauth_display_menu(current_item, menu_stadistics);
current_wifi_state.state = DEAUTH_STATE_MENU;
vTaskDelete(NULL);
Expand Down

0 comments on commit 13089a1

Please sign in to comment.