Skip to content

Commit 98a6ae0

Browse files
committed
Merge branch 'feat/espnow-library' of ssh://github.com/P-R-O-C-H-Y/arduino-esp32 into feat/espnow-library
2 parents 52c4ec2 + 03d386b commit 98a6ae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/ESP_NOW/src/ESP32_NOW_Serial.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ void ESP_NOW_Serial_Class::_onReceive(const uint8_t * data, size_t len, bool bro
144144
if(rx_queue == NULL){
145145
return;
146146
}
147-
log_v("%s from " MACSTR ", data lenght : %u", broadcast ? "Broadcast" : "Unicast", MAC2STR(addr()), len);
148147
for(uint32_t i=0; i<len; i++){
149148
if(!xQueueSend(rx_queue, data+i, 0)){
150149
log_e("RX Overflow!");

0 commit comments

Comments
 (0)