]> git.meshlink.io Git - meshlink-tiny/blob - README.ESP32
Build for ESP8266.
[meshlink-tiny] / README.ESP32
1 To build, you must have the Espressif IoT Development Framework (ESP-IDF)
2 installed. You can find it here:
3
4 https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/
5
6 Make sure you have sourced export.sh so the idf.py command runs correctly. Then
7 run these commands:
8
9     idf.py set-target esp32
10     idf.py menuconfig
11
12 Go to the "WiFi Configuration" menu and fill in the details matching your WiFi
13 network. Then build and flash with:
14
15     idf.py build
16     idf.py -p <serial port device> flash