From 1f910b4eabb3712eab563e2b589d4195f4c3865e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 14 Feb 2024 09:48:05 +0100 Subject: [PATCH] fixup workflow --- .github/workflows/arduino.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index 281717f..6dd2449 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -34,6 +34,10 @@ jobs: cli-compile-flags: | - --warnings="none" + - --build-property + - build.partitions=min_spiffs + - --build-property + - upload.maximum_size=1966080 - uses: actions/upload-artifact@v2 with: