Compare commits

...

3 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
platform = espressif32
board = esp32dev
framework = arduino
upload_port = COM5
upload_port = /dev/ttyUSB0
lib_deps =
adafruit/Adafruit NeoPixel@^1.6.0
wifwaf/MH-Z19@^1.5.2

View File

@ -83,6 +83,7 @@ void setup() {
display.clear();
display.drawString(64, 0, "DONE");
display.display();
preferences.putUInt("cal", 42);
char myVersion[4];
myMHZ19.getVersion(myVersion);
Serial.print("\nFirmware Version: ");