You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Update changelog and scripts
This commit is contained in:
+2
-2
@@ -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
@@ -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 :/
|
||||
|
||||
Reference in New Issue
Block a user