Template for ESP-X Wi-Fi MCU repositories
- Use this repository as template;
- Inside
src/
create a file calledenv.lua
; and - Concentrate all the code belonging to the microcontroller inside the
src/
folder.
- Make sure you have all the requirements listed in
requirements.txt
installed in your environment; and - Open a terminal on the working directory and type
./uploader.py
.