From a67832ce449c38f7d55ccd956fd0ed5b8a621dc9 Mon Sep 17 00:00:00 2001 From: BorisKofman Date: Tue, 17 Sep 2024 10:00:59 +0300 Subject: [PATCH] Remove Serial Debug --- src/IRrecv.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/IRrecv.cpp b/src/IRrecv.cpp index 4e9389cd4..48255e2bc 100644 --- a/src/IRrecv.cpp +++ b/src/IRrecv.cpp @@ -376,10 +376,6 @@ void IRrecv::enableIRIn(const bool pullup) { (ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0)) // Use newer timerBegin signature for ESP32 core version 3.x timer = timerBegin(1000000); // Initialize with 1MHz (1us per tick) - Serial.println("Starting timer initialization..."); - Serial.print("Timer number: "); - Serial.println(_timer_num); - Serial.println((uint16_t)_timer_num); #else // Initialise the ESP32 timer. // 80MHz / 80 = 1 uSec granularity.