update webflash binary

This commit is contained in:
technyon
2022-07-26 21:04:43 +02:00
parent 32fbc5b592
commit 44c3d9be2d
2 changed files with 1 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ void NetworkLock::update()
{ {
_lastMaintenanceTs = ts; _lastMaintenanceTs = ts;
publishULong(mqtt_topic_uptime, ts / 1000 / 60); publishULong(mqtt_topic_uptime, ts / 1000 / 60);
publishUInt(mqtt_topic_freeheap, esp_get_free_heap_size()); // publishUInt(mqtt_topic_freeheap, esp_get_free_heap_size());
} }
} }

Binary file not shown.