You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apps/creating-apps.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,30 +90,16 @@ Just copy or move your the top-level folder `com.micropythonos.helloworld/` (and
90
90
91
91
On the ESP32, you can use MicroPython tools such as [mpremote.py](https://github.com/micropython/micropython/tree/master/tools/mpremote) to copy files and folders from-to your device using the MicroPython REPL.
Take a look at [`scripts/install.sh`](https://github.com/MicroPythonOS/MicroPythonOS/blob/main/scripts/install.sh) for convenient "install everything" or "install one app" scripting.
100
+
101
+
There might also exist MicroPython File Managers with a graphical user interface, if you prefer.
102
+
117
103
## Starting your App
118
104
119
105
If the app is installed into the /apps/ folder, it should show up in the launcher after refreshing it.
0 commit comments