You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Update changelog, disable comments, add wifi config to install script
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
=====
|
||||
- AudioFlinger: optimize WAV volume scaling for speed and immediately set volume
|
||||
- API: add TaskManager that wraps asyncio
|
||||
- AppStore app: eliminate all thread by using TaskManager
|
||||
- AppStore app: add support for BadgeHub backend
|
||||
|
||||
|
||||
0.5.1
|
||||
=====
|
||||
|
||||
@@ -210,7 +210,7 @@ class AppStore(Activity):
|
||||
print("ERROR: failed to download chunk, even with retries!")
|
||||
return False
|
||||
else:
|
||||
print(f"Downloaded chunk: {chunk}")
|
||||
#print(f"Downloaded chunk: {chunk}")
|
||||
if chunk:
|
||||
#print("writing chunk...")
|
||||
fd.write(chunk)
|
||||
|
||||
@@ -66,6 +66,10 @@ $mpremote fs cp -r builtin :/
|
||||
#$mpremote fs cp -r data :/
|
||||
#$mpremote fs cp -r data/images :/data/
|
||||
|
||||
$mpremote fs mkdir :/data
|
||||
$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/
|
||||
|
||||
popd
|
||||
|
||||
# Install test infrastructure (for running ondevice tests)
|
||||
|
||||
Reference in New Issue
Block a user