Skip to content

Commit

Permalink
Change the platformio dependent library to a fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 26, 2024
1 parent 26ad087 commit 10becb4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,32 +33,32 @@
"dependencies": [
{
"name": "ESP8266Audio",
"version": "^1.9.7"
"version": "1.9.7"
},
{
"name": "IRremoteESP8266",
"version": "^2.8.4"
"version": "2.8.4"
},
{
"name": "RadioLib",
"version": "^6.3.0"
"version": "6.3.0"
},
{
"owner": "Bodmer",
"name": "TFT_eSPI",
"version": "^2.5.30"
"version": "2.5.30"
},
{
"name": "lvgl",
"version": "^8.3.9"
"version": "8.3.9"
},
{
"name": "XPowersLib",
"version": "^0.2.1"
"version": "0.2.1"
},
{
"name": "SensorLib",
"version": "^0.1.4"
"version": "0.1.4"
}
],
"examples": ["examples/*/*.ino"],
Expand Down
16 changes: 8 additions & 8 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ build_flags =


lib_deps =
earlephilhower/ESP8266Audio @ ^1.9.7
crankyoldgit/IRremoteESP8266 @ ^2.8.4
jgromes/RadioLib @ ^6.3.0
bodmer/TFT_eSPI @ ^2.5.30
lvgl/lvgl @ ^8.3.9
kosme/arduinoFFT @ ^1.6
lewisxhe/XPowersLib @ ^0.2.1
lewisxhe/SensorLib @ ^0.1.4
earlephilhower/ESP8266Audio @ 1.9.7
crankyoldgit/IRremoteESP8266 @ 2.8.4
jgromes/RadioLib @ 6.3.0
bodmer/TFT_eSPI @ 2.5.30
lvgl/lvgl @ 8.3.9
kosme/arduinoFFT @ 1.6
lewisxhe/XPowersLib @ 0.2.1
lewisxhe/SensorLib @ 0.1.4



0 comments on commit 10becb4

Please sign in to comment.