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 9696 " SparkFun UM980 Triband RTK GNSS Arduino Library" @1.0.5
9797 " SparkFun LG290P Quadband RTK GNSS Arduino Library" @1.0.8
9898 " SparkFun I2C Expander Arduino Library" @1.0.1
99+ " SparkFun Apple Accessory Arduino Library" @1.0.0
100+ " SparkFun Authentication Coprocessor Arduino Library" @1.0.0
101+ " SparkFun Toolkit" @1.0.6
99102
100103 - name : Patch libmbedtls
101104 run : |
@@ -110,6 +113,11 @@ jobs:
110113 cd Firmware/RTK_Everywhere/Patch/
111114 cp NetworkEvents.* /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/libraries/Network/src/
112115
116+ - name : Patch libbt
117+ run : |
118+ cd Firmware/RTK_Everywhere/Patch/
119+ cp libbt.a /home/runner/.arduino15/packages/esp32/tools/esp32-arduino-libs/${{ env.ESP_IDF }}/esp32/lib/libbt.a
120+
113121 - name : Setup Python
114122 uses : actions/setup-python@v4
115123 with :
You can’t perform that action at this time.
0 commit comments