From 1917089ecbc94cc3d75191c3abf3ec54487acaaf Mon Sep 17 00:00:00 2001 From: Just Call Me Koko Date: Tue, 18 Jul 2023 19:34:32 -0400 Subject: [PATCH] Uncomment new libs --- .github/workflows/build_push.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index a7b3c14..4cd5e0e 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -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