[esp] Port temp-humidity-web example to cmake.

This commit is contained in:
2025-02-08 12:48:21 -05:00
parent 17c559a31f
commit 6cd7d7db29
11 changed files with 2711 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ shaunrd0/klips/esp/
├── 02_led-button-web # LED controlled by a button or within a web browser.
├── 03_temp-humidity-web # Temperature and humidity sensor within a web browser.
├── 04_esp-idf-arduino # CMake example instead of Arduino IDE for ESP development.
├── 05_temp-humidity-web # Temperature and humidity sensor within a web browser.
├── ESP32-basic-starter-kit.pdf # PDF for tutorials in ESP32 starter kit.
├── ESP32-dev-module.png
└── README.md
@@ -16,4 +17,4 @@ Examples 1-3 are built using the Arduino IDE.
All examples after `04_esp-idf-arduino` are built with cmake and the [ESP-IDF](https://github.com/espressif/esp-idf).
[Arduino ESP32 GitHub](https://github.com/espressif/arduino-esp32) \
[Arduino ESP32 API reference](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html)
[Arduino ESP32 API reference](https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html)