File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33MicroPythonOS uses a structured filesystem to organize apps, data, and resources.
44
5- - ** / apps/** : Directory for downloaded and installed apps.
5+ - ** apps/** : Directory for downloaded and installed apps.
66 - ** com.micropythonos.helloworld/** : Installation directory for HelloWorld App. See [ Creating Apps] ( ../apps/creating-apps.md ) .
7- - ** / builtin/** : Read-only filesystem compiled into the OS, mounted at boot by ` main.py ` .
7+ - ** builtin/** : Read-only filesystem compiled into the OS, mounted at boot by ` main.py ` .
88 - ** apps/** : See [ Built-in Apps] ( ../apps/built-in-apps.md ) .
99 - ** res/mipmap-mdpi/default_icon_64x64.png** : Default icon for apps without one.
1010- ** lib/** : Libraries and frameworks
1111 - ** mpos/** : MicroPythonOS libraries and frameworks
1212 - ** ui/** : MicroPythonOS User Interface libraries and frameworks
13- - ** / data/** : Storage for app data.
13+ - ** data/** : Storage for app data.
1414 - ** com.micropythonos.helloworld/** : App-specific storage (e.g., ` config.json ` )
1515 - ** com.micropythonos.settings/** : Storage used by the built-in Settings App
1616 - ** com.micropythonos.wifi/** : Storage used by the built-in WiFi App
You can’t perform that action at this time.
0 commit comments