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: 4 months ago
JSON representation

ESP32C6 matter zone controller

Awesome Lists containing this project

README

        

# esp32c6-wifi-zone-controller

credentials.h

```c++
const char ssid[] = "ssid";
const char pass[] = "pass";

```