ESP32 Bootstraps

This commit is contained in:
2025-10-12 21:35:24 -04:00
parent 09df8f0c23
commit 23fbdd9f82
2 changed files with 1 additions and 1 deletions

View File

@@ -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");