ESP32/PlatformIO dashboard project.
Create and activate a Python virtual environment:
python -m venv .venv
source .venv/bin/activateInstall the Python tooling:
pip install -r requirements.txtBuild the firmware:
pio runUpload to the ESP32:
pio run -t upload