Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 2, 2023
1 parent 0860b51 commit 5c2c65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/ESPBalboaGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void log(const char *format, ...) {
}
va_end(arg);
std::string str = reinterpret_cast<char *>(temp);
Serial.print(str.c_str());
ESP_LOGI(str.c_str());
if(temp != loc_buf){
free(temp);
}
Expand Down

0 comments on commit 5c2c65a

Please sign in to comment.