mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-12 19:16:59 +01:00
Update dep lib version
This commit is contained in:
10
library.json
10
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"],
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user