mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 08:45:52 +08:00
Remove debug message to follow heap size
This commit is contained in:
parent
80742c422a
commit
ad4ac02d69
@ -2308,8 +2308,6 @@ void handle_web_interface_status()
|
|||||||
buffer2send+="]";
|
buffer2send+="]";
|
||||||
buffer2send+="}";
|
buffer2send+="}";
|
||||||
web_interface->WebServer.send(200, "application/json",buffer2send);
|
web_interface->WebServer.send(200, "application/json",buffer2send);
|
||||||
Serial.println(system_get_free_heap_size());
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
String formatBytes(size_t bytes){
|
String formatBytes(size_t bytes){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user