From 8c4627007f8adbf5e97bd61c7abcb1f775c1bd46 Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Sun, 28 Jan 2024 23:08:33 +0100 Subject: [PATCH] removed simple_AP from build-test.yml --- .github/workflows/build-test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 66365042..47777427 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,11 +23,11 @@ jobs: - name: Install intelhex run: pip install --upgrade intelhex - - name: Build Simple_AP - run: | - cd ESP32_AP-Flasher - pio run --environment Simple_AP - pio run --target buildfs --environment Simple_AP +# - name: Build Simple_AP +# run: | +# cd ESP32_AP-Flasher +# pio run --environment Simple_AP +# pio run --target buildfs --environment Simple_AP - name: Build OpenEPaperLink_Mini_AP run: |