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 96
96
" SparkFun UM980 Triband RTK GNSS Arduino Library" @1.0.5
97
97
" SparkFun LG290P Quadband RTK GNSS Arduino Library" @1.0.8
98
98
" 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
99
102
100
103
- name : Patch libmbedtls
101
104
run : |
@@ -110,6 +113,11 @@ jobs:
110
113
cd Firmware/RTK_Everywhere/Patch/
111
114
cp NetworkEvents.* /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/libraries/Network/src/
112
115
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
+
113
121
- name : Setup Python
114
122
uses : actions/setup-python@v4
115
123
with :
You can’t perform that action at this time.
0 commit comments