Remove new libraries

This commit is contained in:
Just Call Me Koko
2023-07-18 19:14:46 -04:00
parent 8c3772cf35
commit ae6cf3a472

View File

@@ -23,19 +23,19 @@ jobs:
ref: 2.0.4
path: 2.0.4arduino-esp32
- name: Install AsyncTCP
uses: actions/checkout@v2
with:
repository: me-no-dev/AsyncTCP
ref: master
path: CustomAsyncTCP
- name: Install ESPAsyncWebServer
uses: actions/checkout@v2
with:
repository: justcallmekoko/ESPAsyncWebServer
ref: master
path: CustomESPAsyncWebServer
#- name: Install AsyncTCP
# uses: actions/checkout@v2
# with:
# repository: me-no-dev/AsyncTCP
# ref: master
# path: CustomAsyncTCP
#
#- name: Install ESPAsyncWebServer
# uses: actions/checkout@v2
# with:
# repository: justcallmekoko/ESPAsyncWebServer
# ref: master
# path: CustomESPAsyncWebServer
- name: Install TFT_eSPI
uses: actions/checkout@v2