forked from github/ebk_co2ampel
fix to prevent us trapped in calibration mode forever
This commit is contained in:
parent
32287a18b4
commit
b0d5df86ed
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
framework = arduino
|
framework = arduino
|
||||||
upload_port = COM5
|
upload_port = /dev/ttyUSB0
|
||||||
lib_deps =
|
lib_deps =
|
||||||
adafruit/Adafruit NeoPixel@^1.6.0
|
adafruit/Adafruit NeoPixel@^1.6.0
|
||||||
wifwaf/MH-Z19@^1.5.2
|
wifwaf/MH-Z19@^1.5.2
|
||||||
|
|
Loading…
Reference in a new issue