Skip to content

Commit 0d86af1

Browse files
authored
Update README.md
1 parent 8c7004e commit 0d86af1

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,28 @@ Or download the latest APK from the [Releases Section](https://github.com/Ma7mou
1919
## Requirements
2020
- Smartphone with Android 7+ and supports [USB_On-The-Go](https://en.wikipedia.org/wiki/USB_On-The-Go).
2121
- Microcontroller flashed with [MicroPython](https://micropython.org/download/) firmware
22-
> **Note** This version tested with Raspberry Pi Pico & MicroPython v1.19.1 [p2-pico-20220618-v1.19.1.uf2](https://micropython.org/download/rp2-pico/)
22+
> **Note** This version tested with MicroPython v1.25.0 & [Raspberry Pi Pico](https://micropython.org/download/RPI_PICO) / [ESP32](https://micropython.org/download/ESP32_GENERIC)
2323
2424
## Screenshots:
2525
### >>> Homescreen
2626
<div>
27+
<img src = "images/screens/home_disconnected.jpg" width = "250" />
28+
&nbsp;&nbsp;&nbsp;
29+
<img src = "images/screens/home_disconnected_dark.jpg" width = "250" />
30+
</div>
31+
<br>
32+
<div>
2733
<img src = "images/screens/home_connected.jpg" width = "250" />
2834
&nbsp;&nbsp;&nbsp;
29-
<img src = "images/screens/home_unconnected.jpg" width = "250" />
35+
<img src = "images/screens/home_connected_dark.jpg" width = "250" />
3036
</div>
3137
<br>
3238

3339
### >>> Files Manager
3440
<div>
35-
<img src = "images/screens/explorer.jpg" width = "250" />
41+
<img src = "images/screens/files_manager.jpg" width = "250" />
3642
&nbsp;&nbsp;&nbsp;
37-
<img src = "images/screens/explorer_dark.jpg" width = "250" />
43+
<img src = "images/screens/files_manager_dark.jpg" width = "250" />
3844
</div>
3945
<br>
4046

@@ -53,6 +59,13 @@ Or download the latest APK from the [Releases Section](https://github.com/Ma7mou
5359
<img src = "images/screens/code_editor_dark.jpg" width = "250" />
5460
</div>
5561

62+
### >>> Local Scripts
63+
<div>
64+
<img src = "images/screens/scripts.jpg" width = "250" />
65+
&nbsp;&nbsp;&nbsp;
66+
<img src = "images/screens/scripts_dark.jpg" width = "250" />
67+
</div>
68+
5669
### References
5770
- https://docs.micropython.org/en/latest/esp8266/tutorial/repl.html
5871
- https://docs.micropython.org/en/latest/library/machine.html

0 commit comments

Comments
 (0)