You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
221 B
221 B
Apps can write their data (like settings) here, in a subfolder of their reversed fully qualified name, such as:
/internal_filesystem/com.example.app1/settings.json may contain:
{ "server": "example.com", "port" : 443 }