There was an error while loading. Please reload this page.
1 parent 6b8f2bd commit 88b294aCopy full SHA for 88b294a
boarddefs.h
@@ -560,12 +560,12 @@
560
// way to do this on ESP32 is using the RMT built in driver like in this incomplete library below
561
// https://github.com/ExploreEmbedded/ESP32_RMT
562
#elif defined(IR_TIMER_USE_ESP32)
563
-#define TIMER_RESET 1
564
-#define TIMER_ENABLE_PWM 1
+#define TIMER_RESET
+#define TIMER_ENABLE_PWM
565
#define TIMER_DISABLE_PWM Serial.println("IRsend not implemented for ESP32 yet");
566
-#define TIMER_ENABLE_INTR 1
567
-#define TIMER_DISABLE_INTR 1
568
-#define TIMER_INTR_NAME 1
+#define TIMER_ENABLE_INTR
+#define TIMER_DISABLE_INTR
+#define TIMER_INTR_NAME
569
570
//---------------------------------------------------------
571
// Unknown Timer
0 commit comments