This commit is contained in:
cqc
2026-01-03 11:30:18 +01:00
parent 22c3128948
commit c24598a511
4 changed files with 175 additions and 138 deletions

4
boot.py Normal file
View File

@ -0,0 +1,4 @@
import storage
# RISKY!
storage.remount('/', readonly=False, disable_concurrent_write_protection=True)