From 16b640d71fa229191df4048fbf1cb74cf710436e Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Thu, 14 Mar 2024 20:16:25 +0100 Subject: [PATCH] Fx CI --- .github/workflows/ci.yml | 4 ++-- platformio.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c28d0e2..747b704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,10 +55,10 @@ jobs: run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncTCP-esphome#v2.0.0 - name: Build CaptivePortal - run: arduino-cli compile --library . --warnings all -b ${{ matrix.board }} "examples/CaptivePortal/CaptivePortal.ino" + run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/CaptivePortal/CaptivePortal.ino" - name: Build SimpleServer - run: arduino-cli compile --library . --warnings all -b ${{ matrix.board }} "examples/SimpleServer/SimpleServer.ino" + run: arduino-cli compile --library . --warnings none -b ${{ matrix.board }} "examples/SimpleServer/SimpleServer.ino" platformio: name: PlatformIO diff --git a/platformio.ini b/platformio.ini index 9a2617c..73c5553 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,8 +13,8 @@ monitor_filters = esp32_exception_decoder, log2file [platformio] default_envs = esp8266 lib_dir = . -; src_dir = examples/CaptivePortal -src_dir = examples/SimpleServer +src_dir = examples/CaptivePortal +; src_dir = examples/SimpleServer [env:esp32] platform = espressif32