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