mirror of https://github.com/arendst/Tasmota.git
Update tasmota_template.h
This commit is contained in:
parent
283a1201f1
commit
4062d9c378
|
@ -829,7 +829,9 @@ const uint16_t kGpioNiceList[] PROGMEM = {
|
||||||
\*-------------------------------------------------------------------------------------------*/
|
\*-------------------------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
AGPIO(GPIO_HALLEFFECT) + 2, // Hall effect sensor connected to GPIO36 and 39
|
AGPIO(GPIO_HALLEFFECT) + 2, // Hall effect sensor connected to GPIO36 and 39
|
||||||
|
#endif // CONFIG_IDF_TARGET_ESP32
|
||||||
#ifdef USE_WEBCAM
|
#ifdef USE_WEBCAM
|
||||||
AGPIO(GPIO_WEBCAM_PWDN),
|
AGPIO(GPIO_WEBCAM_PWDN),
|
||||||
AGPIO(GPIO_WEBCAM_RESET),
|
AGPIO(GPIO_WEBCAM_RESET),
|
||||||
|
|
Loading…
Reference in New Issue