kopia lustrzana https://github.com/Aircoookie/WLED
Remov superfluous #if
rodzic
bd7cd32f91
commit
3ccc5babc1
|
@ -974,10 +974,8 @@ void espNowReceiveCB(uint8_t* address, uint8_t* data, uint8_t len, signed int rs
|
||||||
DEBUG_PRINTLN();
|
DEBUG_PRINTLN();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WLED_DISABLE_ESPNOW
|
|
||||||
// usermods hook can override processing
|
// usermods hook can override processing
|
||||||
if (UsermodManager::onEspNowMessage(address, data, len)) return;
|
if (UsermodManager::onEspNowMessage(address, data, len)) return;
|
||||||
#endif
|
|
||||||
|
|
||||||
// handle WiZ Mote data
|
// handle WiZ Mote data
|
||||||
if (data[0] == 0x91 || data[0] == 0x81 || data[0] == 0x80) {
|
if (data[0] == 0x91 || data[0] == 0x81 || data[0] == 0x80) {
|
||||||
|
|
Ładowanie…
Reference in New Issue