From ee9ebe1dff68524a12c11a82903ec970c0c75b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 30 Oct 2023 16:25:34 +0100 Subject: [PATCH] add build properties --- .github/workflows/arduino.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index 4d1df26..54ac18f 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -27,6 +27,10 @@ jobs: source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json sketch-paths: | - nostrZapLamp + cli-compile-flags: | + - --warnings="none" + - --build-property "build.partitions=min_spiffs" + - --build-property "upload.maximum_size=1966080" libraries: | - name: WebSockets - name: ArduinoJson @@ -37,8 +41,6 @@ jobs: - name: Nostr # - name: QRCode # - name: ESP32Ping - cli-compile-flags: | - - --warnings="none" - uses: actions/upload-artifact@v2 with: