feat: Add DALI raw frame handling and USB setup bridge
- Introduced DaliRawFrame structure to encapsulate raw frame data. - Enhanced DaliDomainService to manage raw frame sinks and processing. - Implemented raw frame task for asynchronous handling of incoming DALI frames. - Integrated raw frame handling in GatewayBleBridge and GatewayNetworkService. - Added GatewayUsbSetupBridge to facilitate USB Serial/JTAG communication with DALI. - Configured ESP-NOW for wireless communication and setup management. - Updated GatewayRuntime to support clearing wireless credentials on boot button long press. - Enhanced CMakeLists to include new components and dependencies. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -320,6 +320,9 @@ void GatewayController::dispatchCommand(const std::vector<uint8_t>& command) {
|
||||
if (config_.ble_supported) {
|
||||
feature |= 0x02;
|
||||
}
|
||||
if (config_.wifi_supported) {
|
||||
feature |= 0x04;
|
||||
}
|
||||
if (config_.ip_router_supported && ip_router_enabled_) {
|
||||
feature |= 0x08;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user