Update changelog, disable comments, add wifi config to install script

This commit is contained in:
Thomas Farstrike
2025-12-16 20:51:19 +01:00
parent 5867a7ed1d
commit 581d6a69a9
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -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)
+4
View File
@@ -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)