Discovery problems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user