Skip to content

Commit a67832c

Browse files
BorisKofmanBorisKofman
authored andcommitted
Remove Serial Debug
1 parent f0e932d commit a67832c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/IRrecv.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,6 @@ void IRrecv::enableIRIn(const bool pullup) {
376376
(ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0))
377377
// Use newer timerBegin signature for ESP32 core version 3.x
378378
timer = timerBegin(1000000); // Initialize with 1MHz (1us per tick)
379-
Serial.println("Starting timer initialization...");
380-
Serial.print("Timer number: ");
381-
Serial.println(_timer_num);
382-
Serial.println((uint16_t)_timer_num);
383379
#else
384380
// Initialise the ESP32 timer.
385381
// 80MHz / 80 = 1 uSec granularity.

0 commit comments

Comments
 (0)