Update changelog and scripts

This commit is contained in:
Thomas Farstrike
2025-11-12 15:54:53 +01:00
parent d0e54693a0
commit 60e7c3c84b
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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
+4 -3
View File
@@ -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 :/