From aa7abb1d3ed7f4d17e1123b7a54b4eb18ccb9b51 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Wed, 30 Jul 2025 23:37:09 +0200 Subject: [PATCH] use ng-io-expander 3.3.0 --- variants/esp32s3/seeed-sensecap-indicator/platformio.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/variants/esp32s3/seeed-sensecap-indicator/platformio.ini b/variants/esp32s3/seeed-sensecap-indicator/platformio.ini index b18e99e4b..24ea32e21 100644 --- a/variants/esp32s3/seeed-sensecap-indicator/platformio.ini +++ b/variants/esp32s3/seeed-sensecap-indicator/platformio.ini @@ -8,14 +8,13 @@ platform = ;symlink:///home/manuel/Documents/PlatformIO/Projects/platform-espressif32 platform_packages = ;platformio/framework-arduinoespressif32-libs@https://dl.espressif.com/AE/esp-arduino-libs/esp32-3.2.0-h.zip - ;platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32/archive/919e485187a77b62b93f9b7fa09f43a8eeceaa44.zip - ; ^^^ THIS IS THE NEW IO_EXPANDER THAT MUST BE USED; BUT BRANCH NEEDS REBASE TO v3.3 ^^^ + platformio/framework-arduinoespressif32 @ https://github.com/mverch67/arduino-esp32#509bd10c6c71f70f1a22a1be00fec45f47682f32 + ;platformio/framework-arduinoespressif32 @ symlink:///home/manuel/Documents/PlatformIO/Projects/arduino-esp32 board = seeed-sensecap-indicator board_check = true board_build.partitions = 8MB_no_ota.csv upload_protocol = esptool -;extra_scripts = ; dummy just to check if new toolchain compiles without platformio-custom.py ==> may remove it! build_unflags = -DCONFIG_BT_NIMBLE_ENABLED