Skip to content

Commit b853d2f

Browse files
authored
Merge pull request #791 from sparkfun/RC_Update_Dockerfile
Update Dockerfile - to allow RC to compile - [email protected] [email protected]
2 parents d9b56d8 + 056309a commit b853d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN arduino-cli core install "esp32:esp32@${CORE_VERSION}"
6565
# Get Known Libraries
6666
RUN arduino-cli lib install [email protected]
6767
RUN arduino-cli lib install [email protected]
68-
RUN arduino-cli lib install ESP32_BleSerial@2.0.1
68+
RUN arduino-cli lib install ESP32_BleSerial@3.0.0
6969
RUN arduino-cli lib install "ESP32-OTA-Pull"@1.0.0
7070
RUN arduino-cli lib install [email protected]
7171
RUN arduino-cli lib install [email protected]
@@ -80,7 +80,7 @@ RUN arduino-cli lib install "SparkFun BQ40Z50 Battery Manager Arduino Library"@1
8080
RUN arduino-cli lib install "ArduinoMqttClient"@0.1.8
8181
RUN arduino-cli lib install "SparkFun u-blox PointPerfect Library"@1.11.4
8282
RUN arduino-cli lib install "SparkFun IM19 IMU Arduino Library"@1.0.1
83-
RUN arduino-cli lib install "SparkFun UM980 Triband RTK GNSS Arduino Library"@1.0.5
83+
RUN arduino-cli lib install "SparkFun UM980 Triband RTK GNSS Arduino Library"@1.0.9
8484
RUN arduino-cli lib install "SparkFun LG290P Quadband RTK GNSS Arduino Library"@1.0.8
8585
RUN arduino-cli lib install "SparkFun I2C Expander Arduino Library"@1.0.1
8686
RUN arduino-cli lib install "SparkFun Apple Accessory Arduino Library"@3.0.9

0 commit comments

Comments
 (0)