mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
notify() bugfix
This commit is contained in:
parent
3b74cd5676
commit
347ec91bfc
@ -20,7 +20,7 @@ typedef struct PartialEspNowPacket {
|
|||||||
void notify(byte callMode, bool followUp)
|
void notify(byte callMode, bool followUp)
|
||||||
{
|
{
|
||||||
#ifndef WLED_DISABLE_ESPNOW
|
#ifndef WLED_DISABLE_ESPNOW
|
||||||
if (!udpConnected || !useESPNowSync) return;
|
if (!udpConnected && !useESPNowSync) return;
|
||||||
#else
|
#else
|
||||||
if (!udpConnected) return;
|
if (!udpConnected) return;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user