diff --git a/sensor/platformio.ini b/sensor/platformio.ini index 0d3cfe6..ca99903 100644 --- a/sensor/platformio.ini +++ b/sensor/platformio.ini @@ -20,10 +20,10 @@ lib_deps = links2004/WebSockets@^2.3.7 https://github.com/EinarArnason/ArduinoQueue.git@^1.2.5 https://github.com/netmindz/ESP-WebOTA.git#disable-interrupts - https://github.com/netmindz/balboaGL.git#ac858dae61853bacba9ef0e2758f0df8e3b10cc3 + https://github.com/netmindz/balboaGL.git#a41388dc0f091d8e47eabee05381e21a27cb5ae3 build_flags= -DtubUART=UART_NUM_1 - -DCORE_DEBUG_LEVEL=3 + -DCORE_DEBUG_LEVEL=2 monitor_filters = esp32_exception_decoder diff --git a/sensor/src/sensor.cpp b/sensor/src/sensor.cpp index 2b30968..28a2a7b 100644 --- a/sensor/src/sensor.cpp +++ b/sensor/src/sensor.cpp @@ -529,7 +529,7 @@ void log(const char *format, ...) { } va_end(arg); std::string str = reinterpret_cast(temp); - Serial.print(str.c_str()); + Serial.println(str.c_str()); if(temp != loc_buf){ free(temp); }