Skip to content

Commit

Permalink
enable ddp stats on www
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Feb 24, 2023
1 parent df7d187 commit 123eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static driver_t g_drivers[] = {
{ "IR", DRV_IR_Init, NULL, NULL, DRV_IR_RunFrame, NULL, NULL, false },
#endif
#if defined(PLATFORM_BEKEN) || defined(WINDOWS) || defined(PLATFORM_BL602)
{ "DDP", DRV_DDP_Init, NULL, NULL, DRV_DDP_RunFrame, DRV_DDP_Shutdown, NULL, false },
{ "DDP", DRV_DDP_Init, NULL, DRV_DDP_AppendInformationToHTTPIndexPage, DRV_DDP_RunFrame, DRV_DDP_Shutdown, NULL, false },
#endif
#if defined(PLATFORM_BEKEN) || defined(WINDOWS)
{ "SSDP", DRV_SSDP_Init, DRV_SSDP_RunEverySecond, NULL, DRV_SSDP_RunQuickTick, DRV_SSDP_Shutdown, NULL, false },
Expand Down

0 comments on commit 123eab8

Please sign in to comment.