mirror of https://github.com/arendst/Tasmota.git
Disable ESP32S3 as Hall and internal temperature sensor
Disable ESP32S3 as Hall and internal temperature sensor (#15331)
This commit is contained in:
parent
fa50259168
commit
fdfb6db807
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#ifdef ESP32
|
||||
#ifndef CONFIG_IDF_TARGET_ESP32S3
|
||||
/*********************************************************************************************\
|
||||
* ESP32 CPU Temperature and optional Hall Effect sensor
|
||||
*
|
||||
|
@ -138,4 +139,5 @@ bool Xsns127(uint8_t function) {
|
|||
return result;
|
||||
}
|
||||
|
||||
#endif // Not CONFIG_IDF_TARGET_ESP32S3
|
||||
#endif // ESP32
|
||||
|
|
Loading…
Reference in New Issue