From 4062d9c3780b5b70d179cd5eb936f79536b22d89 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 21 Apr 2021 10:57:31 +0200 Subject: [PATCH] Update tasmota_template.h --- tasmota/tasmota_template.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/tasmota_template.h b/tasmota/tasmota_template.h index 876ea4f06..542539331 100644 --- a/tasmota/tasmota_template.h +++ b/tasmota/tasmota_template.h @@ -829,7 +829,9 @@ const uint16_t kGpioNiceList[] PROGMEM = { \*-------------------------------------------------------------------------------------------*/ #ifdef ESP32 +#if CONFIG_IDF_TARGET_ESP32 AGPIO(GPIO_HALLEFFECT) + 2, // Hall effect sensor connected to GPIO36 and 39 +#endif // CONFIG_IDF_TARGET_ESP32 #ifdef USE_WEBCAM AGPIO(GPIO_WEBCAM_PWDN), AGPIO(GPIO_WEBCAM_RESET),