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: 4 months 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T10:34:16.000Z (6 months ago)
- Last Synced: 2025-01-06T00:42:47.881Z (6 months ago)
- Topics: airconditioning, esp32, esp32-arduino, esp32-c6, matter, wifi, zone-controller
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 1
- 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";```