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 f0e932d commit a67832cCopy full SHA for a67832c
src/IRrecv.cpp
@@ -376,10 +376,6 @@ void IRrecv::enableIRIn(const bool pullup) {
376
(ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0))
377
// Use newer timerBegin signature for ESP32 core version 3.x
378
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);
383
#else
384
// Initialise the ESP32 timer.
385
// 80MHz / 80 = 1 uSec granularity.
0 commit comments