Skip to content

Commit 768512e

Browse files
committed
Move OLED library into CLI
1 parent 01df8a7 commit 768512e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@ jobs:
6565

6666
- name: Get Known Libraries
6767
run: arduino-cli lib install
68-
ESP32Time@2.0.0
69-
JC_Button@2.1.2
70-
sdFat@2.1.1
7168
ArduinoJson@6.19.4
72-
pubsubclient@2.8.0
69+
ESP32Time@2.0.0
7370
ESP32_BleSerial@1.0.4
74-
"SparkFun u-blox GNSS v3"@3.0.9
75-
"SparkFun MAX1704x Fuel Gauge Arduino Library"@1.0.4
76-
"SparkFun LIS2DH12 Arduino Library"@1.0.3
7771
"ESP32-OTA-Pull"@1.0.0
78-
SparkFun_WebServer_ESP32_W5500@1.5.5
7972
Ethernet@2.0.2
73+
JC_Button@2.1.2
74+
PubSubClient@2.8.0
75+
"SdFat"@2.1.1
76+
"SparkFun LIS2DH12 Arduino Library"@1.0.3
77+
"SparkFun MAX1704x Fuel Gauge Arduino Library"@1.0.4
78+
"SparkFun Micro OLED Breakout"@1.3.4
79+
"SparkFun u-blox GNSS v3"@3.0.9
80+
SparkFun_WebServer_ESP32_W5500@1.5.5
8081

8182
- name: Enable external libs
8283
run: arduino-cli config set library.enable_unsafe_install true
8384

8485
- name: Get Libraries
8586
run: arduino-cli lib install --git-url
86-
https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git
8787
https://github.com/me-no-dev/ESPAsyncWebServer.git
8888
https://github.com/me-no-dev/AsyncTCP.git
8989

0 commit comments

Comments
 (0)