Indoor delivery bot
- Confire and cd into the ESP-IDF folder.
git clone https://github.com/espressif/esp-idf cd esp-idf
- Execute the following commands
git clone https://github.com/ksivaman/BoilerBot cd BoilerBot/src/main/include mkdir include cd include touch wifi_login.h
- In the wifi_login.h, add the following:
#define EXAMPLE_ESP_WIFI_SSID "<your wifi ssid>" #define EXAMPLE_ESP_WIFI_PASS "<your wifi password>"
- build, and flash
idf.py build idf.py -p PORT flash monitor