mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-26 14:26:59 +02:00
commit
10b3978fa3
1 changed files with 2 additions and 0 deletions
|
@ -266,6 +266,8 @@ void app::loop(void) {
|
|||
}
|
||||
snprintf(val, 10, "%d", ESP.getFreeHeap());
|
||||
mMqtt.sendMsg("free_heap", val);
|
||||
snprintf(val, 10, "%d", millis()/1000);
|
||||
mMqtt.sendMsg("uptime", val);
|
||||
}
|
||||
|
||||
if(mSerialValues) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue