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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user