Skip to content

Commit

Permalink
update webflash binary
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Jul 26, 2022
1 parent 32fbc5b commit 44c3d9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkLock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void NetworkLock::update()
{
_lastMaintenanceTs = ts;
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());
}
}

Expand Down
Binary file modified webflash/nuki_hub.bin
Binary file not shown.

0 comments on commit 44c3d9b

Please sign in to comment.