Skip to content

Commit

Permalink
correct ESP32-H2 wait
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 11, 2024
1 parent 1dfc1be commit d04ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDE/Espressif/ESP-IDF/examples/wolfssl_server/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void app_main(void)
#ifdef CONFIG_IDF_TARGET_ESP32H2
ESP_LOGE(TAG, "No WiFi on the ESP32-H2 and ethernet not yet supported");
while (1) {
vTaskDelay(60000)
vTaskDelay(60000);
}
#endif
/* Set time for cert validation.
Expand Down

0 comments on commit d04ce54

Please sign in to comment.