Skip to content

Commit

Permalink
update codes, upgrade BLINKER AIR codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
i3water committed Mar 15, 2021
1 parent f068816 commit df240d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Blinker_Air/Air_WiFi/Air_WiFi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void dataRead(const String & data)
Blinker.print("millis", BlinkerTime);

digitalWrite(LED_BUILTIN, !digitalRead(LED_BUILTIN));
Blinker.aqi();
Blinker.air();

Blinker.delay(60000);
}
Expand Down

0 comments on commit df240d3

Please sign in to comment.