From 73caf511988bf37cf06e06029ae1f5fc13a4b613 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Sat, 16 Mar 2024 21:25:33 +0100 Subject: [PATCH] prevent high current during sleep --- Platformio/hardware/ESP32/infrared_receiver_hal_esp32.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Platformio/hardware/ESP32/infrared_receiver_hal_esp32.h b/Platformio/hardware/ESP32/infrared_receiver_hal_esp32.h index 378b0d6..73979aa 100644 --- a/Platformio/hardware/ESP32/infrared_receiver_hal_esp32.h +++ b/Platformio/hardware/ESP32/infrared_receiver_hal_esp32.h @@ -1,5 +1,6 @@ #pragma once +extern uint8_t IR_RX_GPIO; extern uint8_t IR_VCC_GPIO; #include