Skip to content

Commit

Permalink
Merge pull request #1022 from Phaze-III/feature/revert-beta-sen5x-par…
Browse files Browse the repository at this point in the history
…t-of-pr1019

Revert "Merge pull request #1019 from opendata-stuttgart/beta-sen5x", removing SEN5X code for now
  • Loading branch information
ricki-z authored Apr 3, 2024
2 parents 2ad2a05 + 5a67d5d commit 13e17e3
Show file tree
Hide file tree
Showing 37 changed files with 3 additions and 649 deletions.
3 changes: 0 additions & 3 deletions airrohr-firmware/airrohr-cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ enum ConfigShapeId {
Config_npm_read,
Config_npm_fulltime,
Config_ips_read,
Config_sen5x_read,
Config_sps30_read,
Config_bmp_read,
Config_bmx280_read,
Expand Down Expand Up @@ -115,7 +114,6 @@ static constexpr char CFG_KEY_HPM_READ[] PROGMEM = "hpm_read";
static constexpr char CFG_KEY_NPM_READ[] PROGMEM = "npm_read";
static constexpr char CFG_KEY_NPM_FULLTIME[] PROGMEM = "npm_fulltime";
static constexpr char CFG_KEY_IPS_READ[] PROGMEM = "ips_read";
static constexpr char CFG_KEY_SEN5X_READ[] PROGMEM = "sen5x_read";
static constexpr char CFG_KEY_SPS30_READ[] PROGMEM = "sps30_read";
static constexpr char CFG_KEY_BMP_READ[] PROGMEM = "bmp_read";
static constexpr char CFG_KEY_BMX280_READ[] PROGMEM = "bmx280_read";
Expand Down Expand Up @@ -188,7 +186,6 @@ static constexpr ConfigShapeEntry configShape[] PROGMEM = {
{ Config_Type_Bool, 0, CFG_KEY_NPM_READ, &cfg::npm_read },
{ Config_Type_Bool, 0, CFG_KEY_NPM_FULLTIME, &cfg::npm_fulltime },
{ Config_Type_Bool, 0, CFG_KEY_IPS_READ, &cfg::ips_read },
{ Config_Type_Bool, 0, CFG_KEY_SEN5X_READ, &cfg::sen5x_read },
{ Config_Type_Bool, 0, CFG_KEY_SPS30_READ, &cfg::sps30_read },
{ Config_Type_Bool, 0, CFG_KEY_BMP_READ, &cfg::bmp_read },
{ Config_Type_Bool, 0, CFG_KEY_BMX280_READ, &cfg::bmx280_read },
Expand Down
1 change: 0 additions & 1 deletion airrohr-firmware/airrohr-cfg.h.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
Bool npm_read
Bool npm_fulltime
Bool ips_read
Bool sen5x_read
Bool sps30_read
Bool bmp_read
Bool bmx280_read
Expand Down
Loading

0 comments on commit 13e17e3

Please sign in to comment.