File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 110.3.2
22=====
3- - Settings app: add " Auto Start App" setting
3+ - Settings app: add ' Auto Start App' setting
44- Tweak gesture navigation to trigger back and top menu more easily
55- Rollback OTA update if launcher fails to start
6- - Rename " Home" to " Launch" in top menu drawer
6+ - Rename ' Home' to ' Launch' in top menu drawer
77- Fri3d-2024 Badge: use same SPI freq as Waveshare 2 inch for uniformity
88- ESP32: reduce drawing frequency by increasing task_handler duration from 1ms to 5ms
99- Rework MicroPython WebSocketApp websocket-client library using uasyncio
Original file line number Diff line number Diff line change @@ -56,15 +56,16 @@ $mpremote fs cp main.py :/main.py
5656# $mpremote fs cp autorun.py :/autorun.py
5757# $mpremote fs cp -r system :/
5858
59- $mpremote fs cp -r apps :/
59+ # The issue is that this brings all the .git folders with it:
60+ # $mpremote fs cp -r apps :/
6061
61- if false ; then
62+ # if false; then
6263$mpremote fs cp -r apps/com.micropythonos.* :/apps/
6364find apps/ -type l | while read symlink; do
6465 echo " Handling symlink $symlink "
6566 $mpremote fs mkdir :/{}
6667done
67- fi
68+ # fi
6869
6970$mpremote fs cp -r builtin :/
7071$mpremote fs cp -r lib :/
You can’t perform that action at this time.
0 commit comments