Compare commits

..

No commits in common. "b0d5df86ed7c841932dafaefb0f50a2436660931" and "2d6464fa7d124629b7b975eec602dc9ad6d03f3c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -83,7 +83,6 @@ 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: ");