Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 849447c

Browse files
committed
Disabled debug output to avoid important init messages to be missed.
1 parent 91e37b4 commit 849447c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ void setup() {
3636
// Serial Port Initialization
3737
#ifdef DEBUG
3838
Serial.begin(115200);
39-
Serial.setDebugOutput(true);
39+
Serial.println();
40+
Serial.println();
4041

4142
Serial.printf("Firmware : %s - %s\n", APP_NAME, APP_VERSION);
4243
Serial.printf("Device ID : %s\n", getDeviceID());

0 commit comments

Comments
 (0)