Skip to content

Commit 2c67b2f

Browse files
authored
Update FinedustMonitor.ino
1 parent 0f668a0 commit 2c67b2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FinedustMonitor/FinedustMonitor.ino

+5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ RunningMedian pm25s = RunningMedian(19);
1414
RunningMedian pm10s = RunningMedian(19);
1515

1616
const int INTERVAL = 60000;
17+
1718
String MYAPIKEY = ""; // API KEY
1819
char* ssid = ""; // WIFI AP SSID
1920
char* password = ""; // WIFI AP PASSWORD
2021
const int RATIO = 10;
22+
23+
//#define PLAIVE_SERVER_ENABLE
24+
#define THINGSPEAK_SERVER_ENABLE
25+
2126
boolean wifi_ready;
2227
String status;
2328

0 commit comments

Comments
 (0)