File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9797 " SparkFun UM980 Triband RTK GNSS Arduino Library" @1.0.5
9898 " SparkFun LG290P Quadband RTK GNSS Arduino Library" @1.0.8
9999 " SparkFun I2C Expander Arduino Library" @1.0.1
100+ " SparkFun Apple Accessory Arduino Library" @1.0.0
101+ " SparkFun Authentication Coprocessor Arduino Library" @1.0.0
102+ " SparkFun Toolkit" @1.0.6
100103
101104 - name : Patch libmbedtls
102105 run : |
@@ -111,6 +114,11 @@ jobs:
111114 cd Firmware/RTK_Everywhere/Patch/
112115 cp NetworkEvents.* /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/libraries/Network/src/
113116
117+ - name : Patch libbt
118+ run : |
119+ cd Firmware/RTK_Everywhere/Patch/
120+ cp libbt.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libbt.a
121+
114122 - name : Setup Python
115123 uses : actions/setup-python@v4
116124 with :
You can’t perform that action at this time.
0 commit comments