Skip to content

Commit 6a0774c

Browse files
committed
Change comments
1 parent 03e837c commit 6a0774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP_NOW/src/ESP32_NOW_Serial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ size_t ESP_NOW_Serial_Class::tryToSend(){
170170
size_t sent = send(queued_buff, queued_size);
171171
if(!sent){
172172
//_onSent will not be called anymore
173-
//sucks that we lose the data here
173+
//the data is lost in this case
174174
vRingbufferReturnItem(tx_ring_buf, queued_buff);
175175
queued_buff = NULL;
176176
xSemaphoreGive(tx_sem);

0 commit comments

Comments
 (0)