Skip to content

Commit c611733

Browse files
Move stuff
1 parent a6e4660 commit c611733

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed
Binary file not shown.

internal_filesystem/apps/com.example.launcher/assets/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# All icons took: 1258ms
88
# All icons took: 1457ms
99
# All icons took: 1250ms
10-
10+
# Most of this time is actually spent reading and parsing manifests.
1111

1212
import uos
1313

internal_filesystem/data/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Apps can write their data (like settings) here, in a subfolder of their reversed fully qualified name, such as:
2+
3+
/internal_filesystem/com.example.app1/settings.ini may contain:
4+
5+
server = example.com
6+
port = 443
File renamed without changes.

0 commit comments

Comments
 (0)