This project allow you to manage your MicroPython ESP32 project easily, automaticing the execution of the code, upload all the code and update some files manually.
First of all install MicroPython on your esp32
- pip install adafruit-ampy : Necesary to communicate with esp32
- upload [--upload path_to_proyect]. Upload entire proyect
- tree [--tree] show on console estructure of the proyect inside the esp32 board
- clean [--clean] clean all files and directories inside the esp32 board
- run Not working