|
2 | 2 |
|
3 | 3 | MicroPythonOS includes essential apps to bootstrap the system, located in `/builtin/apps/`. |
4 | 4 |
|
5 | | -- **launcher**: Starts apps and provides the home screen. |
6 | | -- **wificonf**: Configures WiFi connections. |
7 | | -- **appstore**: Downloads and installs new apps. |
8 | | -- **osupdate**: Manages Over-The-Air (OTA) system updates. |
| 5 | +- **Launcher**: Starts apps and provides the home screen. |
| 6 | +- **WiFi**: Configures WiFi connections. |
| 7 | +- **AppStore**: Downloads and installs new apps. |
| 8 | +- **OSUpdate**: Manages Over-The-Air (OTA) system updates. |
| 9 | +- **Settings**: Configuration for MicroPythonOS |
9 | 10 |
|
10 | 11 | ## Screenshots |
11 | 12 |
|
12 | 13 | <div class="grid"> |
13 | 14 | <figure> |
14 | | - <img src="../assets/images/launcher.png" alt="Launcher" style="width:100%;max-width:320px;"> |
| 15 | + <img src="../../assets/images/launcher.png" alt="Launcher" style="width:100%;max-width:320px;"> |
15 | 16 | <figcaption>Launcher</figcaption> |
16 | 17 | </figure> |
17 | 18 | <figure> |
18 | | - <img src="../assets/images/wifi.png" alt="WiFi Settings" style="width:100%;max-width:320px;"> |
19 | | - <figcaption>WiFi Settings</figcaption> |
| 19 | + <img src="../../assets/images/wifi.png" alt="WiFi" style="width:100%;max-width:320px;"> |
| 20 | + <figcaption>WiFi</figcaption> |
20 | 21 | </figure> |
21 | 22 | <figure> |
22 | | - <img src="../assets/images/mpos_appstore.png" alt="App Store" style="width:100%;max-width:320px;"> |
| 23 | + <img src="../../assets/images/mpos_appstore.png" alt="AppStore" style="width:100%;max-width:320px;"> |
23 | 24 | <figcaption>App Store</figcaption> |
24 | 25 | </figure> |
25 | 26 | <figure> |
26 | | - <img src="../assets/images/osupdate_progress3.png" alt="OS Update" style="width:100%;max-width:320px;"> |
27 | | - <figcaption>OS Update</figcaption> |
| 27 | + <img src="../../assets/images/osupdate_progress3.png" alt="OSUpdate" style="width:100%;max-width:320px;"> |
| 28 | + <figcaption>OSUpdate</figcaption> |
28 | 29 | </figure> |
29 | 30 | </div> |
30 | 31 |
|
|
0 commit comments