mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 06:06:23 +01:00
remove debug info
This commit is contained in:
@@ -597,7 +597,6 @@ void rxSerialTask2(void* parameter) {
|
||||
|
||||
time_t currentTime = millis();
|
||||
if (currentTime - startTime >= 2000) {
|
||||
Serial.println("rx2: " + String(charCount));
|
||||
if (charCount > 2000) {
|
||||
rxSerialStopTask2 = true;
|
||||
Serial.println("Serial monitor stopped because of flooding");
|
||||
|
||||
Reference in New Issue
Block a user