mirror of
https://github.com/mfactory-osaka/ESPTimeCast.git
synced 2026-02-19 11:54:56 -05:00
Update ESPTimeCast.ino
Added small delay so that the whole booting process will be visible on the serial monitor
This commit is contained in:
@@ -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..."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user