From 67e3735bae616cf2493312e3f1bfdb402eba106a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C3=ADas=20Angulo?= Date: Mon, 22 Jul 2024 06:20:57 +0200 Subject: [PATCH] Update v3.actions.yml --- .github/workflows/v3.actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/v3.actions.yml b/.github/workflows/v3.actions.yml index dca4a30..89f8835 100644 --- a/.github/workflows/v3.actions.yml +++ b/.github/workflows/v3.actions.yml @@ -16,7 +16,7 @@ jobs: with: arduino-board-fqbn: esp32:esp32:esp32s3:FlashSize=8M,PartitionScheme=default_8MB,UploadSpeed=921600,DebugLevel=none,EraseFlash=none platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - arduino-platform: esp32:esp32@6.7.0 + arduino-platform: esp32:esp32@3.0.3 required-libraries: Adafruit GFX Library,Arduino_JSON,DS3232RTC,NTPClient,Rtc_Pcf8563,GxEPD2,WiFiManager set-build-path: true - name: Rename binaries with board revision