mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 22:43:07 +01:00
show free heap in UI
This commit is contained in:
@@ -403,6 +403,7 @@ protected:
|
||||
toHex(base,buffer,bsize);
|
||||
status["salt"] = buffer;
|
||||
status["fwtype"]= firmwareType;
|
||||
status["heap"]=(long)xPortGetFreeHeapSize();
|
||||
//nmea0183Converter->toJson(status);
|
||||
countNMEA2KIn.toJson(status);
|
||||
countNMEA2KOut.toJson(status);
|
||||
|
||||
Reference in New Issue
Block a user