Disable ESP32S3 as Hall and internal temperature sensor

Disable ESP32S3 as Hall and internal temperature sensor (#15331)
This commit is contained in:
Theo Arends 2022-04-10 11:52:14 +02:00
parent fa50259168
commit fdfb6db807

View File

@ -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