Browse Source

typos

sensors
Ryan Jarvis 5 years ago
parent
commit
4f1524c1ff
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      code/ota.py

+ 2
- 2
code/ota.py View File

@ -283,7 +283,7 @@ if __name__ == '__main__':
print(description) print(description)
print() print()
# Look for sevices
# Look for services
zeroconf = Zeroconf() zeroconf = Zeroconf()
browser = ServiceBrowser(zeroconf, "_arduino._tcp.local.", handlers=[on_service_state_change]) browser = ServiceBrowser(zeroconf, "_arduino._tcp.local.", handlers=[on_service_state_change])
discover_last = time.time() discover_last = time.time()
@ -333,7 +333,7 @@ if __name__ == '__main__':
queue = sorted(queue, key=lambda device: device.get('board', '')) queue = sorted(queue, key=lambda device: device.get('board', ''))
# Flash eash board
# Flash each board
for board in queue: for board in queue:
# Flash core version? # Flash core version?


Loading…
Cancel
Save