Skip to content

Commit

Permalink
Update FinedustMonitorWithGPS.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
happybono committed Dec 25, 2019
1 parent d85c73c commit 0136794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FinedustMonitorWithGPS/FinedustMonitorWithGPS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void loop() {
else if (34 >= int(pm25s.getMedian()) && int(pm25s.getMedian()) >= 27) {
pm25i = 4;
}
else if (35 >= int(pm25s.getMedian()) && int(pm25s.getMedian()) >= 43) {
else if (43 >= int(pm25s.getMedian()) && int(pm25s.getMedian()) >= 35) {
pm25i = 5;
}
else if (51 >= int(pm25s.getMedian()) && int(pm25s.getMedian()) >= 44) {
Expand Down

0 comments on commit 0136794

Please sign in to comment.