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.
2 parents 599646a + 72a136e commit f0b3224Copy full SHA for f0b3224
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