SolarEnergy/esp32_device/README.md

314 B
Executable File

ESP32 device

ESP32 client device, using W32-ETH01 device

Some commands

Create a new firmware build:

idf.py build

Upload firmware to central backend, in dev mode:

curl -k -X POST  https://localhost:8443/web_api/ota/Wt32-Eth01/$(cat version.txt) --form firmware="@build/main.bin"