feat: Add NeoPattern example and update API server functionality

- Add new NeoPattern example with pattern-based LED control
- Update ApiServer with enhanced functionality
- Modify neopixel example
- Update platformio configuration
This commit is contained in:
2025-09-12 15:59:21 +02:00
parent fe045804cb
commit 5bf2283063
7 changed files with 791 additions and 2 deletions

View File

@@ -365,6 +365,9 @@ void ApiServer::onCapabilitiesRequest(AsyncWebServerRequest *request) {
allowed.add(v);
}
}
if (ps.defaultValue.length() > 0) {
p["default"] = ps.defaultValue;
}
}
}
}