mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Uncomment new libs
This commit is contained in:
26
.github/workflows/build_push.yml
vendored
26
.github/workflows/build_push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user