Skip to content

Commit

Permalink
Merge branch 'mega' into feature/P137-add-settings-for-m5stickc-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er authored Feb 3, 2025
2 parents 0759b05 + 7337142 commit 950b030
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 950b030

Please sign in to comment.