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),