From b3917a808f09b47ba1453cd562f23edcb4ddd761 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 12 Jul 2019 04:20:59 +0200 Subject: [PATCH] This and that --- Makefile | 2 +- tools/terkin.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e5743ab8..04497dfc 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ install-framework: check-mcu-port install-sketch: check-mcu-port $(rshell) $(rshell_options) --file tools/upload-sketch.rshell -refresh-requirements: +refresh-requirements: check-mcu-port rm -r dist-packages $(MAKE) download-requirements $(rshell) $(rshell_options) rm -r /flash/dist-packages diff --git a/tools/terkin.py b/tools/terkin.py index 3f74d9ca..481acce1 100644 --- a/tools/terkin.py +++ b/tools/terkin.py @@ -21,7 +21,8 @@ - Operate on multiple devices. - Add more MAC address prefixes from the Pycom device family. - Acknowledge UDP mode change to improve user feedback. -- Honor KeyboardInterrupt / CTRL+C on Windows +- Honor KeyboardInterrupt / CTRL+C on Windows. +- Lower-case MAC addresses before comparison. """