Skip to content

Commit fa74157

Browse files
committed
upgrade libraries
1 parent 87275a7 commit fa74157

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

platformio.ini

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ board_build.flash_size= 4MB
2222
monitor_speed = 115200
2323

2424
upload_speed = 921600
25-
upload_port = COM3 # /dev/ttyUSB0
26-
#upload_port = 192.168.178.34
27-
#upload_protocol = espota
28-
#upload_flags =
29-
# --auth=waaatering
25+
#upload_port = COM3 # /dev/ttyUSB0
26+
upload_port = 192.168.178.34
27+
upload_protocol = espota
28+
upload_flags =
29+
--auth=waaatering
3030

3131
lib_deps =
3232
https://github.com/marvinroger/async-mqtt-client.git#v0.9.0
33-
tobiasschuerg/MH-Z CO2 Sensors @ ~1.3.0
34-
bbblanchon/ArduinoJson @ ~6.18.5
35-
juerd/ESP-WiFiSettings @ ~3.6.0
36-
adafruit/Adafruit SSD1306 @ ~2.4.3
37-
plerup/EspSoftwareSerial @ ~6.15.1
33+
tobiasschuerg/MH-Z CO2 Sensors @ ^1.4.0
34+
bblanchon/ArduinoJson @ ^6.19.4
35+
juerd/ESP-WiFiSettings @ ^3.8.0
36+
adafruit/Adafruit SSD1306 @ ^2.5.6
37+
plerup/EspSoftwareSerial @ ^6.16.1

0 commit comments

Comments
 (0)