remove debug info

This commit is contained in:
Nic Limper
2023-09-20 00:26:36 +02:00
parent 2d84583797
commit f92448992e

View File

@@ -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");