mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11597 from Jason2866/patch-2
Halleffect not for ESP32-S2
This commit is contained in:
commit
1d9a2b63ab
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#ifdef ESP32
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#ifdef USE_HALLEFFECT
|
||||
/*********************************************************************************************\
|
||||
* ESP32 internal Hall Effect sensor connected to both GPIO36 and GPIO39
|
||||
|
@ -96,4 +97,5 @@ bool Xsns87(uint8_t function) {
|
|||
}
|
||||
|
||||
#endif // USE_HALLEFFECT
|
||||
#endif // CONFIG_IDF_TARGET_ESP32
|
||||
#endif // ESP32
|
||||
|
|
Loading…
Reference in New Issue