Skip to content

Commit

Permalink
Remove S3 NOTEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Dec 31, 2023
1 parent c09a358 commit 73da98b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WiFiManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 73da98b

Please sign in to comment.