Skip to content

Commit

Permalink
Remove Serial Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman committed Sep 17, 2024
1 parent f0e932d commit a67832c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/IRrecv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a67832c

Please sign in to comment.