Discovery problems
This commit is contained in:
@@ -859,6 +859,12 @@ def main():
|
|||||||
info("Entering main loop")
|
info("Entering main loop")
|
||||||
info("-" * 48)
|
info("-" * 48)
|
||||||
|
|
||||||
|
try:
|
||||||
|
import ota
|
||||||
|
ota.mark_ok()
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
# Initialize variables for main loop
|
# Initialize variables for main loop
|
||||||
last_heartbeat = utime.ticks_ms()
|
last_heartbeat = utime.ticks_ms()
|
||||||
now = 0
|
now = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user