Update ESPTimeCast.ino

Added small delay so that the whole booting process will be visible on the serial monitor
This commit is contained in:
M-Factory
2025-07-18 19:23:29 +09:00
parent b33521b13e
commit 29166a44ac

View File

@@ -1012,6 +1012,7 @@ const unsigned long descriptionScrollPause = 300; // 300ms pause after scroll
void setup() {
Serial.begin(115200);
delay(1000);
Serial.println();
Serial.println(F("[SETUP] Starting setup..."));