mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-08-02 00:47:56 -07:00
Add fixed ESPAsyncWebServer update NimBLE
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: h2zero/NimBLE-Arduino
|
||||
ref: 1.2.0
|
||||
ref: 1.4.2
|
||||
path: CustomNimBLE-Arduino
|
||||
|
||||
- name: Install Adafruit_NeoPixel
|
||||
@@ -167,7 +167,7 @@ jobs:
|
||||
- name: Modify platform.txt
|
||||
run: |
|
||||
for i in $(find /home/runner/.arduino15/packages/esp32/ -name "ld_libs"); do
|
||||
sed -i 's/-lxtensa/-lxtensa -zmuldefs /' "$i"
|
||||
sed -i 's/-lxtensa /-lxtensa -zmuldefs /' "$i"
|
||||
cat "$i"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user