Skip to content

Commit

Permalink
Remove debug remnant
Browse files Browse the repository at this point in the history
A deliberate crash added for debug while figuring out where wifi was being stopped.

#41
  • Loading branch information
rojer committed Jun 5, 2021
1 parent abe19a6 commit 6fcb6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/esp32/esp32_wifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ static esp_err_t esp32_wifi_set_mode(wifi_mode_t mode) {
}

if (mode == WIFI_MODE_NULL) {
*((int *) 123) = 456;
if (s_started) {
esp_wifi_set_mode(WIFI_MODE_NULL);
}
Expand Down

0 comments on commit 6fcb6e2

Please sign in to comment.