Skip to content

Commit

Permalink
This and that
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 12, 2019
1 parent cdd5f1b commit b3917a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tools/terkin.py
Expand Up @@ -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.
"""

Expand Down

0 comments on commit b3917a8

Please sign in to comment.