diff --git a/src/main.cpp b/src/main.cpp index 5f0161e..ed3e2c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -137,7 +137,7 @@ void setup() { bool isFirstStart = wakeupCause == ESP_SLEEP_WAKEUP_UNDEFINED; // No need for serial output in production - Serial.begin(serialBaudRate); + //Serial.begin(serialBaudRate); if (isFirstStart) { // Power on, generate unique ID on device start