We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e1c3b commit 9f1f68bCopy full SHA for 9f1f68b
rf24_worker.cc
@@ -121,7 +121,7 @@ void nRF24::ReaderWorker::Execute(const RF24AsyncWorker::ExecutionProgress& prog
121
//std::cout<< "P";
122
} // Wait section
123
} // Main loop
124
- std::cout <<"[reader Stop]";
+ //std::cout <<"[reader Stop]";
125
stopped_=true; // stopped mark
126
}
127
@@ -209,7 +209,7 @@ void nRF24::WriterWorker::Execute(){
209
210
finished_=true; // Transmission finished
211
device.removeWriterWorker(); // Remove first in queue
212
- std::cout << "TXOK:" << tx_ok;
+ //std::cout << "TXOK:" << tx_ok;
213
//device.write_abort_mutex.unlock();
214
//std::cout << "[AR]";
215
0 commit comments