From 6f289bcf8986c3624f6c62f3a73c03dd0a123132 Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Mon, 26 Feb 2018 19:56:25 +0000 Subject: [PATCH] Renamed anticipating deprecation in favour of filesystem copy routine - watch-triggered sync too unreliable. --- .../scripts/{upload_feather_m0_watch.py => watch_feather_m0.py} | 0 test/scripts/{upload_pyboard_watch.py => watch_pyboard.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/scripts/{upload_feather_m0_watch.py => watch_feather_m0.py} (100%) rename test/scripts/{upload_pyboard_watch.py => watch_pyboard.py} (98%) 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="*" ' -- 2.49.0