Skip to content

Commit

Permalink
Merge pull request #5244 from tonhuisman/feature/Build-Climate-add-po…
Browse files Browse the repository at this point in the history
…wermanagement-plugins

[Build] Add Power management plugins to ESP32 Climate builds
  • Loading branch information
TD-er authored Feb 3, 2025
2 parents 45c4d74 + 381737a commit 7337142
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,12 @@ To create/register a plugin, you have to :
#ifndef USES_P135
#define USES_P135 // SCD4x
#endif
#if !defined(USES_P137) && defined(ESP32)
#define USES_P137 // AXP192
#endif
#if !defined(USES_P139) && defined(ESP32)
#define USES_P139 // AXP2101
#endif
#ifndef USES_P144
#define USES_P144 // Dust - PM1006(K) (Vindriktning)
#endif
Expand Down

0 comments on commit 7337142

Please sign in to comment.