Skip to content

Commit

Permalink
Update FinedustMonitor.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
happybono committed Dec 27, 2019
1 parent 0f668a0 commit 2c67b2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FinedustMonitor/FinedustMonitor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ RunningMedian pm25s = RunningMedian(19);
RunningMedian pm10s = RunningMedian(19);

const int INTERVAL = 60000;

String MYAPIKEY = ""; // API KEY
char* ssid = ""; // WIFI AP SSID
char* password = ""; // WIFI AP PASSWORD
const int RATIO = 10;

//#define PLAIVE_SERVER_ENABLE
#define THINGSPEAK_SERVER_ENABLE

boolean wifi_ready;
String status;

Expand Down

0 comments on commit 2c67b2f

Please sign in to comment.