Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/create1st/esp32-matter-zone-controller
ESP32C6 matter zone controller
https://github.com/create1st/esp32-matter-zone-controller
airconditioning esp32 esp32-arduino esp32-c6 matter wifi zone-controller
Last synced: 10 days ago
JSON representation
ESP32C6 matter zone controller
- Host: GitHub
- URL: https://github.com/create1st/esp32-matter-zone-controller
- Owner: create1st
- License: apache-2.0
- Created: 2024-11-06T13:17:27.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:20:57.000Z (14 days ago)
- Last Synced: 2024-11-06T14:26:32.316Z (14 days ago)
- Topics: airconditioning, esp32, esp32-arduino, esp32-c6, matter, wifi, zone-controller
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32c6-wifi-zone-controller
credentials.h
```c++
const char ssid[] = "ssid";
const char pass[] = "pass";```