Merge pull request #4386 from DedeHai/ESPNow_glitchfix

Fix for ESPNow remote causing output glitches
This commit is contained in:
netmindz
2025-01-16 13:01:00 +00:00
committed by GitHub
4 changed files with 25 additions and 7 deletions

View File

@@ -84,6 +84,9 @@ void WLED::loop()
#ifndef WLED_DISABLE_INFRARED
handleIR();
#endif
#ifndef WLED_DISABLE_ESPNOW
handleRemote();
#endif
#ifndef WLED_DISABLE_ALEXA
handleAlexa();
#endif