Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# esp32c6-wifi-zone-controller

credentials.h

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

```