Skip to content

Commit 60e7c3c

Browse files
Update changelog and scripts
1 parent d0e5469 commit 60e7c3c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
0.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

scripts/install.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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/
6364
find apps/ -type l | while read symlink; do
6465
echo "Handling symlink $symlink"
6566
$mpremote fs mkdir :/{}
6667
done
67-
fi
68+
#fi
6869

6970
$mpremote fs cp -r builtin :/
7071
$mpremote fs cp -r lib :/

0 commit comments

Comments
 (0)