We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18972 commit 72a136eCopy full SHA for 72a136e
src/M5Stack.cpp
@@ -19,7 +19,7 @@ void M5Stack::begin(bool LCDEnable, bool SDEnable, bool SerialEnable, bool I2CEn
19
Serial.begin(115200);
20
Serial.flush();
21
delay(50);
22
- Serial.print("M5Stack initializing...");
+ Serial.println("M5Stack initializing...");
23
}
24
25
// TF Card
0 commit comments