ESP32 – Micropython – simple Linux shell EMULATOR



ESP32 – Micropython – simple Linux shell EMULATOR

ESP32 - Micropython - simple Linux shell EMULATOR

shell()
—————————
$ clear
$ ls
$ mkdir MyDir
$ cd MyDir
$ find led
$ wifi on
$ ifconfig
$ ping 8.8.8.8
$ mkdir download
$ wget URL
$ top
$ edit test.py
$ cat test.py
$ rm test.py
…..

https://github.com/octopusengine/octopuslab/tree/master/esp32-micropython