Skip to content

Commit

Permalink
Revert "Merge pull request #1019 from opendata-stuttgart/beta-sen5x"
Browse files Browse the repository at this point in the history
This reverts commit 04186cf, reversing
changes made to 06d0e80.

This only reverts the SEN5X specific code. Other changes (mainly
language fixes) are kept. The [env:d1_mini] in platformio.ini is also
reverted to prevent overwriting the nodemcuv2_fr build in build runs.
  • Loading branch information
Phaze-III committed Apr 3, 2024
1 parent 2ad2a05 commit 5a67d5d
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 5a67d5d

Please sign in to comment.