diff --git a/library.json b/library.json index 95098ea0..bb722482 100644 --- a/library.json +++ b/library.json @@ -41,24 +41,24 @@ }, { "name": "RadioLib", - "version": "^6.0.0" + "version": "^6.3.0" }, { "owner": "Bodmer", "name": "TFT_eSPI", - "version": "^2.5.23" + "version": "^2.5.30" }, { "name": "lvgl", - "version": "^8.3.7" + "version": "^8.3.9" }, { "name": "XPowersLib", - "version": "https://github.com/lewisxhe/XPowersLib.git#7da0aab811002dee2e113977f98f118e85e294ef" + "version": "^0.2.1" }, { "name": "SensorLib", - "version": "https://github.com/lewisxhe/SensorsLib.git#745383b60d696e501f0f04ec39e06c7bb04b2c4f" + "version": "^0.1.4" } ], "examples": ["examples/*/*.ino"], diff --git a/platformio.ini b/platformio.ini index c03c95c9..ae7af8ad 100644 --- a/platformio.ini +++ b/platformio.ini @@ -168,12 +168,11 @@ build_flags = lib_deps = earlephilhower/ESP8266Audio @ ^1.9.7 crankyoldgit/IRremoteESP8266 @ ^2.8.4 - ; jgromes/RadioLib @ ^6.2.0 - https://github.com/jgromes/RadioLib.git#aca1d78a9742e17947eaf5cddb63a10f10e3fafe + jgromes/RadioLib @ ^6.3.0 bodmer/TFT_eSPI @ ^2.5.30 - lvgl/lvgl @ ^8.3.7 + lvgl/lvgl @ ^8.3.9 kosme/arduinoFFT @ ^1.6 - lewisxhe/XPowersLib @ ^0.2.0 + lewisxhe/XPowersLib @ ^0.2.1 lewisxhe/SensorLib @ ^0.1.4 diff --git a/src/LilyGoLib.h b/src/LilyGoLib.h index 06e0a6e2..42f43ccd 100644 --- a/src/LilyGoLib.h +++ b/src/LilyGoLib.h @@ -46,7 +46,7 @@ #endif #endif -#if !LV_VERSION_CHECK(8,3,7) +#if !LV_VERSION_CHECK(8,3,9) #warning "The current version of lvgl does not match the development version, and it is not guaranteed that the sample program can be compiled and run normally" #endif