mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
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
|
#ifdef ESP32
|
||||||
|
#ifndef CONFIG_IDF_TARGET_ESP32S3
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* ESP32 CPU Temperature and optional Hall Effect sensor
|
* ESP32 CPU Temperature and optional Hall Effect sensor
|
||||||
*
|
*
|
||||||
@ -138,4 +139,5 @@ bool Xsns127(uint8_t function) {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // Not CONFIG_IDF_TARGET_ESP32S3
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user