mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-22 15:17:18 +00:00
ESP32 Bootstraps
This commit is contained in:
@@ -46,7 +46,7 @@ void app_main(void)
|
||||
printf("Minimum free heap size: %" PRIu32 " bytes\n", esp_get_minimum_free_heap_size());
|
||||
|
||||
for (int i = 10; i >= 0; i--) {
|
||||
printf("Restarting in %d seconds...\n", i);
|
||||
//printf("Restarting in %d seconds...\n", i);
|
||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
||||
}
|
||||
printf("Restarting now.\n");
|
||||
|
Reference in New Issue
Block a user