File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ jobs:
87
87
" SparkFun Extensible Message Parser" @1.0.0
88
88
" SparkFun BQ40Z50 Battery Manager Arduino Library" @1.0.0
89
89
" ArduinoMqttClient" @0.1.8
90
+ " SparkFun u-blox PointPerfect Library" @1.11.4
91
+ " SparkFun IM19 IMU Arduino Library" @1.0.1
92
+ " SparkFun UM980 Triband RTK GNSS Arduino Library" @1.0.2
90
93
91
94
- name : Enable external libs
92
95
run : arduino-cli config set library.enable_unsafe_install true
93
96
94
97
- name : Get Libraries
95
98
run : arduino-cli lib install --git-url
96
- https://${{ secrets.GET_PRIVATE_PPL_LIBRARY }}@github.com/sparkfun/SparkFun_u-blox_PointPerfect_Library.git
97
- https://${{ secrets.GET_PRIVATE_IM19_LIBRARY }}@github.com/sparkfun/SparkFun_IM19_IMU_Arduino_Library.git
98
- https://github.com/sparkfun/SparkFun_Unicore_GNSS_Arduino_Library.git
99
99
https://github.com/me-no-dev/ESPAsyncWebServer.git
100
100
https://github.com/me-no-dev/AsyncTCP.git
101
101
You can’t perform that action at this time.
0 commit comments