From 73da98b3ec51774eb40c1581627943ee84e59171 Mon Sep 17 00:00:00 2001 From: tablatronix <807787+tablatronix@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:39:34 -0600 Subject: [PATCH] Remove S3 NOTEMP --- WiFiManager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WiFiManager.h b/WiFiManager.h index c4c8be55..78394c5d 100644 --- a/WiFiManager.h +++ b/WiFiManager.h @@ -51,10 +51,10 @@ // #warning ESP32S3 // #endif -#if defined(ARDUINO_ESP32S3_DEV) || defined(CONFIG_IDF_TARGET_ESP32S3) -#warning "WM_NOTEMP" -#define WM_NOTEMP // disabled temp sensor, have to determine which chip we are on -#endif +// #if defined(ARDUINO_ESP32S3_DEV) || defined(CONFIG_IDF_TARGET_ESP32S3) +// #warning "WM_NOTEMP" +// #define WM_NOTEMP // disabled temp sensor, have to determine which chip we are on +// #endif // #include "soc/efuse_reg.h" // include to add efuse chip rev to info, getChipRevision() is almost always the same though, so not sure why it matters.