Skip to content

Commit

Permalink
[P026][Sysvars] Explicitly disable FEATURE_INTERNAL_TEMPERATURE for E…
Browse files Browse the repository at this point in the history
…SP8266
  • Loading branch information
tonhuisman committed Sep 25, 2023
1 parent 43527d5 commit e96bfb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -2982,6 +2982,10 @@ To create/register a plugin, you have to :
#define FEATURE_INTERNAL_TEMPERATURE 0 // Not evailable on ESP8266
#endif
#endif
#if defined(FEATURE_INTERNAL_TEMPERATURE) && defined(ESP8266)
#undef FEATURE_INTERNAL_TEMPERATURE
#define FEATURE_INTERNAL_TEMPERATURE 0 // Not evailable on ESP8266
#endif

#ifndef FEATURE_I2C_DEVICE_CHECK
#ifdef ESP8266_1M
Expand Down

0 comments on commit e96bfb2

Please sign in to comment.