Merge pull request #1786 from DerFetzer/fix_fx_sync

Send notification for HTTP API calls with only effects parameters
This commit is contained in:
Aircoookie
2021-03-19 09:09:17 +01:00
committed by GitHub
3 changed files with 19 additions and 5 deletions

View File

@@ -425,6 +425,7 @@ WLED_GLOBAL byte effectCurrent _INIT(0);
WLED_GLOBAL byte effectSpeed _INIT(128);
WLED_GLOBAL byte effectIntensity _INIT(128);
WLED_GLOBAL byte effectPalette _INIT(0);
WLED_GLOBAL bool effectChanged _INIT(false);
// network
WLED_GLOBAL bool udpConnected _INIT(false), udp2Connected _INIT(false), udpRgbConnected _INIT(false);