notify() bugfix
This commit is contained in:
parent
3b74cd5676
commit
347ec91bfc
@ -20,7 +20,7 @@ typedef struct PartialEspNowPacket {
|
||||
void notify(byte callMode, bool followUp)
|
||||
{
|
||||
#ifndef WLED_DISABLE_ESPNOW
|
||||
if (!udpConnected || !useESPNowSync) return;
|
||||
if (!udpConnected && !useESPNowSync) return;
|
||||
#else
|
||||
if (!udpConnected) return;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user