You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
9 lines
221 B
Markdown
9 lines
221 B
Markdown
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
|
|
}
|