Skip to content

Commit

Permalink
Remove erroneous #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Sep 23, 2024
1 parent 8ca5280 commit 7c7d848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wled00/udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@ void espNowReceiveCB(uint8_t* address, uint8_t* data, uint8_t len, signed int rs
channelESPNow = master->channel; // pre-configure if heartbeat is heard while scanning for WiFi
return;
}
#endif

// handle WiZ Mote data
if (data[0] == 0x91 || data[0] == 0x81 || data[0] == 0x80) {
Expand Down

0 comments on commit 7c7d848

Please sign in to comment.