mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
Print init text on own line, neatens Serial output
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ void M5Stack::begin(bool LCDEnable, bool SDEnable, bool SerialEnable, bool I2CEn
|
||||
Serial.begin(115200);
|
||||
Serial.flush();
|
||||
delay(50);
|
||||
Serial.print("M5Stack initializing...");
|
||||
Serial.println("M5Stack initializing...");
|
||||
}
|
||||
|
||||
// TF Card
|
||||
|
||||
Reference in New Issue
Block a user