Update NimBLE usage

This commit is contained in:
Just Call Me Koko
2024-06-26 18:42:51 -04:00
parent 1f10c73c5e
commit 3ebab15c69
2 changed files with 14 additions and 19 deletions

View File

@@ -54,12 +54,12 @@ jobs:
ref: v2.0.6
path: CustomMicroNMEA
- name: Install ESPAsyncWebServer
uses: actions/checkout@v2
with:
repository: bigbrodude6119/ESPAsyncWebServer
ref: master
path: CustomESPAsyncWebServer
#- name: Install ESPAsyncWebServer
# uses: actions/checkout@v2
# with:
# repository: bigbrodude6119/ESPAsyncWebServer
# ref: master
# path: CustomESPAsyncWebServer
- name: Install TFT_eSPI
uses: actions/checkout@v2
@@ -86,7 +86,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: h2zero/NimBLE-Arduino
ref: 1.4.2
ref: master
path: CustomNimBLE-Arduino
- name: Install Adafruit_NeoPixel
@@ -102,13 +102,6 @@ jobs:
repository: bblanchon/ArduinoJson
ref: v6.18.2
path: CustomArduinoJson
#- name: Install SwitchLib
# uses: actions/checkout@v2
# with:
# repository: justcallmekoko/SwitchLib
# ref: main
# path: CustomSwitchLib
- name: Install LinkedList
uses: actions/checkout@v2