Skip to content

Commit

Permalink
Update MHZ19_zerocalib.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
crisap94 committed Dec 14, 2020
1 parent a06ec2d commit 7bdd9c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/MHZ19_zerocalib/MHZ19_zerocalib.ino
Expand Up @@ -18,10 +18,7 @@ void setup() {
Serial.begin(9600);
mhz19.begin(rx_pin, tx_pin);
mhz19.setAutoCalibration(false);
while ( mhz19.isWarming() ) {
Serial.print("MH-Z19 now warming up... status:"); Serial.println(mhz19.getStatus());
delay(1000);
}
delay(3000);
Serial.println();
}

Expand Down

0 comments on commit 7bdd9c6

Please sign in to comment.