Programming w/ Micropython
Alternatives for connecting to and programming your micropython device
sudo apt install rshell
rshell -p /dev/ttyUSB0 -b 115200 --editor nano
edit /pyboard/boot.py
ctrl + s then ctrl + x
repl
https://www.techcoil.com/blog/how-to-setup-micropython-webrepl-on-your-esp32-development-board/