mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +00:00
Remov superfluous #if
This commit is contained in:
parent
bd7cd32f91
commit
3ccc5babc1
@ -974,10 +974,8 @@ void espNowReceiveCB(uint8_t* address, uint8_t* data, uint8_t len, signed int rs
|
||||
DEBUG_PRINTLN();
|
||||
#endif
|
||||
|
||||
#ifndef WLED_DISABLE_ESPNOW
|
||||
// usermods hook can override processing
|
||||
if (UsermodManager::onEspNowMessage(address, data, len)) return;
|
||||
#endif
|
||||
|
||||
// handle WiZ Mote data
|
||||
if (data[0] == 0x91 || data[0] == 0x81 || data[0] == 0x80) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user