We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e434f commit 4c6eac7Copy full SHA for 4c6eac7
.github/workflows/compile-rtk-firmware.yml
@@ -41,7 +41,6 @@ jobs:
41
[email protected]
42
43
"SparkFun u-blox GNSS v3"@3.0.2
44
- "SparkFun Qwiic OLED Arduino Library"@1.0.6
45
"SparkFun MAX1704x Fuel Gauge Arduino Library"@1.0.4
46
"SparkFun LIS2DH12 Arduino Library"@1.0.3
47
"ESP32-OTA-Pull"@1.0.0
@@ -50,7 +49,8 @@ jobs:
50
49
run: arduino-cli config set library.enable_unsafe_install true
51
52
- name: Get Libraries
53
- run: arduino-cli lib install --git-url
+ run: arduino-cli lib install --git-url
+ https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git
54
https://github.com/me-no-dev/ESPAsyncWebServer.git
55
https://github.com/me-no-dev/AsyncTCP.git
56
0 commit comments