mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
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
|
#ifdef ESP32
|
||||||
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
#ifdef USE_HALLEFFECT
|
#ifdef USE_HALLEFFECT
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* ESP32 internal Hall Effect sensor connected to both GPIO36 and GPIO39
|
* ESP32 internal Hall Effect sensor connected to both GPIO36 and GPIO39
|
||||||
@ -96,4 +97,5 @@ bool Xsns87(uint8_t function) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // USE_HALLEFFECT
|
#endif // USE_HALLEFFECT
|
||||||
|
#endif // CONFIG_IDF_TARGET_ESP32
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user