mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-09-28 15:21:02 +02:00
@@ -456,7 +456,7 @@ int log_printf(const char *format, ...)
|
||||
ets_printf("%s", temp);
|
||||
#endif
|
||||
va_end(arg);
|
||||
if(len > 64){
|
||||
if(len > sizeof(loc_buf)){
|
||||
free(temp);
|
||||
}
|
||||
return len;
|
||||
|
Reference in New Issue
Block a user