Skip to content

Commit

Permalink
Update dep lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 11, 2023
1 parent 864438f commit cc6353d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
7 changes: 3 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion src/LilyGoLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc6353d

Please sign in to comment.