From cb0f8f20a8a7126e5866ff6d73de4e4085273ed6 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Sun, 23 Jun 2024 13:21:28 +0200 Subject: [PATCH] disable CI builds for generic and generic_esp32 these fail due to the overflowing sketch partition. we can re-enable CI build for these environments once we decided on how to handle ESP32 with only 4MB of flash. --- platformio.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 3d0c8e3f..a49490d8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -16,7 +16,10 @@ extra_configs = [env] ; Make sure to NOT add any spaces in the custom_ci_action property ; (also the position in the file is important) -custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb +; disabling generic and generic_esp32 until we decided on how to handle +; the overflowing sketch partition for all ESP32 with 4MB flash. +; custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb +custom_ci_action = generic_esp32s3,generic_esp32s3_usb framework = arduino platform = espressif32@6.7.0