Skip to content

Commit 17472f3

Browse files
committed
dependency update
1 parent b3dabb3 commit 17472f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ monitor_filters = esp32_exception_decoder
2525
build_type = release
2626
lib_deps =
2727
; watering
28-
og3@^0.3.94
28+
og3@^0.3.95
2929
og3x-oled@^0.3.1
3030
og3x-shtc3@^0.3.0
3131
adafruit/Adafruit BusIO
3232
adafruit/Adafruit SHTC3 Library
3333
adafruit/Adafruit Unified Sensor
3434
bakercp/CRC32
3535
bblanchon/ArduinoJson@^7.0.0
36-
heman/AsyncMqttClient-esphome@^1.0.0
36+
heman/AsyncMqttClient-esphome@^1.1.1
3737
ESP32Async/ESPAsyncWebServer @ 3.6.0
3838
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0
3939
Wire
@@ -54,4 +54,4 @@ upload_port = ${secrets.uploadPort}
5454
upload_flags =
5555
${secrets.uploadAuth}
5656
${secrets.uploadHostPort}
57-
lib_ldf_mode = deep
57+
;lib_ldf_mode = deep

0 commit comments

Comments
 (0)