Discovery problems

This commit is contained in:
2026-04-13 01:38:19 +02:00
parent 8f6f57a079
commit 009fbfcd84

View File

@@ -859,6 +859,12 @@ def main():
info("Entering main loop")
info("-" * 48)
try:
import ota
ota.mark_ok()
except:
pass
# Initialize variables for main loop
last_heartbeat = utime.ticks_ms()
now = 0