- http://docs.micropython.org/en/latest/esp8266/tutorial/intro.html#deploying-the-firmware
- https://learn.adafruit.com/micropython-basics-load-files-and-run-code/overview
- https://docs.micropython.org/en/latest/esp8266/tutorial/network_basics.html
code-insiders|code --install-extension dphans.micropython-ide-vscode
ampy --port /dev/ttyUSB0 ls
ampy --port /dev/ttyUSB0 run main.py
ampy --port /dev/ttyUSB0 put main.py