Skip to content

Commit

Permalink
setting better defaults
Browse files Browse the repository at this point in the history
Sensor.Community API, Madavi API and Auto Updates are enabled by default for first config.
  • Loading branch information
ricki-z committed Apr 7, 2024
1 parent 793de35 commit 944c7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions airrohr-firmware/ext_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const char WWW_PASSWORD[] PROGMEM = "";
#define FS_PWD "airrohrcfg"

// Where to send the data?
#define SEND2SENSORCOMMUNITY 0
#define SEND2SENSORCOMMUNITY 1
#define SSL_SENSORCOMMUNITY 0
#define SEND2MADAVI 0
#define SEND2MADAVI 1
#define SSL_MADAVI 0
#define SEND2SENSEMAP 0
#define SEND2FSAPP 0
Expand Down Expand Up @@ -300,7 +300,7 @@ static const char MEASUREMENT_NAME_INFLUX[] PROGMEM = "feinstaub";
#define MHZ19_READ 0

// automatic firmware updates
#define AUTO_UPDATE 0
#define AUTO_UPDATE 1

// use beta firmware
#define USE_BETA 0
Expand Down

0 comments on commit 944c7f8

Please sign in to comment.