From 4f1524c1ffed6685fefd2a6fc286c2f8d2c23e06 Mon Sep 17 00:00:00 2001 From: Ryan Jarvis Date: Tue, 5 Feb 2019 15:44:53 -0800 Subject: [PATCH] typos --- code/ota.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ota.py b/code/ota.py index 87adf0dc..f47ab6e6 100755 --- a/code/ota.py +++ b/code/ota.py @@ -283,7 +283,7 @@ if __name__ == '__main__': print(description) print() - # Look for sevices + # Look for services zeroconf = Zeroconf() browser = ServiceBrowser(zeroconf, "_arduino._tcp.local.", handlers=[on_service_state_change]) discover_last = time.time() @@ -333,7 +333,7 @@ if __name__ == '__main__': queue = sorted(queue, key=lambda device: device.get('board', '')) - # Flash eash board + # Flash each board for board in queue: # Flash core version?