You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
task_handler each 1ms for higher framerate, start firstrun at startup, remove launcher icon (not needed)
This commit is contained in:
@@ -18,10 +18,10 @@ rm "$outputjson"
|
||||
# com.quasikili.quasidoodle doesn't work on touch screen devices
|
||||
# com.micropythonos.filemanager doesn't do anything other than let you browse the filesystem, so it's confusing
|
||||
# com.micropythonos.errortest is an intentional bad app for testing (caught by tests/test_graphical_launch_all_apps.py)
|
||||
# com.micropythonos.doom_launcher isn't ready because the firmware doesn't have doom built-in yet
|
||||
# com.micropythonos.nostr isn't ready for release yet
|
||||
# cz.ucw.pavel.calendar isn't ready for release yet
|
||||
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.doom_launcher com.micropythonos.nostr cz.ucw.pavel.calendar"
|
||||
blacklist="com.micropythonos.filemanager com.quasikili.quasidoodle com.micropythonos.errortest com.micropythonos.nostr"
|
||||
blacklist="$blacklist com.micropythonos.doom_launcher com.micropythonos.doom" # not ready yet
|
||||
blacklist="$blacklist cz.ucw.pavel.calendar cz.ucw.pavel.cellular cz.ucw.pavel.compass cz.ucw.pavel.navstar" # not ready yet
|
||||
|
||||
echo "[" | tee -a "$outputjson"
|
||||
|
||||
|
||||
+7
-3
@@ -68,9 +68,13 @@ $mpremote fs mkdir :/data/com.micropythonos.system.wifiservice
|
||||
$mpremote fs cp ../internal_filesystem_excluded/data/com.micropythonos.system.wifiservice/config.json :/data/com.micropythonos.system.wifiservice/
|
||||
|
||||
$mpremote fs mkdir :/apps
|
||||
$mpremote fs cp -r apps/com.micropythonos.musicplayer :/apps/
|
||||
$mpremote fs cp -r apps/com.micropythonos.soundrecorder :/apps/
|
||||
exit 1
|
||||
|
||||
# Use this to install just a few apps:
|
||||
#$mpremote fs cp -r apps/com.micropythonos.musicplayer :/apps/
|
||||
#$mpremote fs cp -r apps/com.micropythonos.soundrecorder :/apps/
|
||||
#$mpremote fs cp -r apps/com.micropythonos.breakout :/apps/
|
||||
#exit 1
|
||||
|
||||
$mpremote fs cp -r apps/com.micropythonos.* :/apps/
|
||||
find apps/ -maxdepth 1 -type l | while read symlink; do
|
||||
if echo $symlink | grep quasiboats; then
|
||||
|
||||
Reference in New Issue
Block a user