tttttttttttttttt

This commit is contained in:
Tester23 2025-10-10 19:51:30 +02:00
parent f17e28bdbe
commit 95b02ee83a

View File

@ -552,22 +552,23 @@ static driver_t g_drivers[] = {
//drvdetail:"title":"TODO",
//drvdetail:"descr":"A bridge relay driver, added for [TONGOU TO-Q-SY1-JWT Din Rail Switch](https://www.elektroda.com/rtvforum/topic3934580.html). See linked topic for info.",
//drvdetail:"requires":""}
{ "Bridge", Bridge_driver_Init, NULL, NULL, Bridge_driver_QuickFrame, Bridge_driver_DeInit, Bridge_driver_OnChannelChanged, NULL, false }
{ "Bridge", Bridge_driver_Init, NULL, NULL, Bridge_driver_QuickFrame, Bridge_driver_DeInit, Bridge_driver_OnChannelChanged, NULL, false },
#endif
#if ENABLE_DRIVER_UART_TCP
//drvdetail:{"name":"UartTCP",
//drvdetail:"title":"TODO",
//drvdetail:"descr":"UART to TCP bridge, mainly for WiFi Zigbee coordinators.",
//drvdetail:"requires":""}
{ "UartTCP", UART_TCP_Init, NULL, NULL, NULL, UART_TCP_Deinit, NULL, NULL, false }
{ "UartTCP", UART_TCP_Init, NULL, NULL, NULL, UART_TCP_Deinit, NULL, NULL, false },
#endif
#if PLATFORM_TXW81X
//drvdetail:{"name":"TXWCAM",
//drvdetail:"title":"TODO",
//drvdetail:"descr":"TXW81X Camera.",
//drvdetail:"requires":""}
{ "TXWCAM", TXW_Cam_Init, TXW_Cam_RunEverySecond, NULL, NULL, NULL, NULL, NULL, false }
{ "TXWCAM", TXW_Cam_Init, TXW_Cam_RunEverySecond, NULL, NULL, NULL, NULL, NULL, false },
#endif
//{ "", NULL, NULL, NULL, NULL, NULL, NULL, NULL, false },
};