From 79eec2b26f9b7e23a5dbb99a4d1efe03fc45eda9 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Wed, 8 Nov 2023 14:00:46 +0100 Subject: [PATCH] build: test against upcoming arduino-esp32 --- platformio.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platformio.ini b/platformio.ini index 600d8ce..3e7087a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,3 +48,11 @@ board = az-delivery-devkit-v4 [env:esp32-s3-devkitc-1] platform = espressif32 board = esp32-s3-devkitc-1 + +; see https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#how-to-update-to-the-latest-code +[env:arduino-latest] +platform = https://github.com/platformio/platform-espressif32.git +board = az-delivery-devkit-v4 +framework = arduino +platform_packages = + framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master