Skip to content

Commit

Permalink
Don't reconnect hue if it's disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
troyhacks committed Nov 26, 2024
1 parent 4201dfe commit fcc42bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wled00/wled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,9 @@ void WLED::initInterfaces()
ddp.begin(false, DDP_DEFAULT_PORT);
#endif

#ifndef WLED_DISABLE_HUESYNC
reconnectHue();
#endif
#ifndef WLED_DISABLE_MQTT
initMqtt();
#endif
Expand Down

0 comments on commit fcc42bc

Please sign in to comment.