Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 4, 2023
1 parent f66822f commit 945ab5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sensor/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion sensor/src/sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ void log(const char *format, ...) {
}
va_end(arg);
std::string str = reinterpret_cast<char *>(temp);
Serial.print(str.c_str());
Serial.println(str.c_str());
if(temp != loc_buf){
free(temp);
}
Expand Down

0 comments on commit 945ab5f

Please sign in to comment.