From: Cefn Hoile Date: Mon, 26 Feb 2018 19:56:25 +0000 (+0000) Subject: Renamed anticipating deprecation in favour of filesystem copy routine - watch-trigger... X-Git-Tag: 0.1.0~4^2~15 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/6f289bcf8986c3624f6c62f3a73c03dd0a123132 Renamed anticipating deprecation in favour of filesystem copy routine - watch-triggered sync too unreliable. --- diff --git a/test/scripts/upload_feather_m0_watch.py b/test/scripts/watch_feather_m0.py similarity index 100% rename from test/scripts/upload_feather_m0_watch.py rename to test/scripts/watch_feather_m0.py diff --git a/test/scripts/upload_pyboard_watch.py b/test/scripts/watch_pyboard.py similarity index 98% rename from test/scripts/upload_pyboard_watch.py rename to test/scripts/watch_pyboard.py index 54dd72e..7d086c6 100755 --- a/test/scripts/upload_pyboard_watch.py +++ b/test/scripts/watch_pyboard.py @@ -18,7 +18,7 @@ command = ( # recurse in search '--include="*/" ' # filter for python source files and micropython bytecode files - '--include="*.py" ' + #'--include="*.py" ' '--include="*.mpy" ' # exclude everything else '--exclude="*" '