diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f53890..af4701c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ 0.3.2 ===== -- Settings app: add "Auto Start App" setting +- Settings app: add 'Auto Start App' setting - Tweak gesture navigation to trigger back and top menu more easily - Rollback OTA update if launcher fails to start -- Rename "Home" to "Launch" in top menu drawer +- Rename 'Home' to 'Launch' in top menu drawer - Fri3d-2024 Badge: use same SPI freq as Waveshare 2 inch for uniformity - ESP32: reduce drawing frequency by increasing task_handler duration from 1ms to 5ms - Rework MicroPython WebSocketApp websocket-client library using uasyncio diff --git a/scripts/install.sh b/scripts/install.sh index e196bd59..672cda0a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -56,15 +56,16 @@ $mpremote fs cp main.py :/main.py #$mpremote fs cp autorun.py :/autorun.py #$mpremote fs cp -r system :/ -$mpremote fs cp -r apps :/ +# The issue is that this brings all the .git folders with it: +#$mpremote fs cp -r apps :/ -if false; then +#if false; then $mpremote fs cp -r apps/com.micropythonos.* :/apps/ find apps/ -type l | while read symlink; do echo "Handling symlink $symlink" $mpremote fs mkdir :/{} done -fi +#fi $mpremote fs cp -r builtin :/ $mpremote fs cp -r lib :/