From 0cba58a0dd0f837c6892d1d0b035440ab882a7d3 Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Sat, 11 Jun 2022 15:56:38 +0200 Subject: [PATCH] Bump library versions --- platformio.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index 3dc5f7b..6877ef7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,7 @@ include_dir = lib [common_env_data] upload_speed = 921600 monitor_speed = 115200 -platform = espressif8266 @ 3.2.0 +platform = espressif8266 @ 4.0.1 framework = arduino board = d1_mini build_unflags = @@ -38,9 +38,9 @@ build_flags = !python script/git_rev.py lib_deps = # Switched to forks for better version control. # Using local copy of these libraries - #https://github.com/jrowberg/i2cdevlib.git# - #https://github.com/PaulStoffregen/OneWire - #https://github.com/milesburton/Arduino-Temperature-Control-Library + #https://github.com/mp-se/i2cdevlib.git# + #https://github.com/mp-se/OneWire + #https://github.com/mp-se/Arduino-Temperature-Control-Library https://github.com/mp-se/ESP_WiFiManager#v1.9.0 # https://github.com/khoih-prog/ESP_WiFiManager https://github.com/mp-se/ESP_DoubleResetDetector#v1.2.1 # https://github.com/khoih-prog/ESP_DoubleResetDetector https://github.com/mp-se/tinyexpr # https://github.com/codeplea/tinyexpr