Skip to content

Commit

Permalink
[P159] Update comments to explicitly name LD2410
Browse files Browse the repository at this point in the history
  • Loading branch information
tonhuisman committed Nov 15, 2023
1 parent 357ecb3 commit 30f0cb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Custom-sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ static const char DATA_ESPEASY_DEFAULT_MIN_CSS[] PROGMEM = {
// #define USES_P153 // SHT4x
// #define USES_P154 // BMP3xx

// #define USES_P159 // Presence - LD24x0 Radar detection
// #define USES_P159 // Presence - LD2410 Radar detection

/*
#######################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ To create/register a plugin, you have to :
#define USES_P154 // Environment - BMP3xx
#endif
#ifndef USES_P159
#define USES_P159 // Presence - LD24x0 Radar detection
#define USES_P159 // Presence - LD2410 Radar detection
#endif

#endif
Expand Down Expand Up @@ -2280,7 +2280,7 @@ To create/register a plugin, you have to :
#define USES_P154 // Environment - BMP3xx
#endif
#ifndef USES_P159
#define USES_P159 // Presence - LD24x0 Radar detection
#define USES_P159 // Presence - LD2410 Radar detection
#endif

// Controllers
Expand Down

0 comments on commit 30f0cb3

Please sign in to comment.