From a9fac0739db3490cf80bd06af22f72d0d7259768 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:31:22 +0100 Subject: [PATCH] Remove OpenThread library from platformio.ini Removed OpenThread from the list of libraries in two sections. --- examples/arduino-rmt-blink/platformio.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/arduino-rmt-blink/platformio.ini b/examples/arduino-rmt-blink/platformio.ini index d133064..299d1a1 100644 --- a/examples/arduino-rmt-blink/platformio.ini +++ b/examples/arduino-rmt-blink/platformio.ini @@ -61,7 +61,6 @@ lib_ignore = ble NetworkClientSecure Zigbee Matter - OpenThread dsp build_flags = -DBUILTIN_RGBLED_PIN=27 -DNR_OF_LEDS=1 @@ -78,7 +77,6 @@ lib_ignore = ble NetworkClientSecure Zigbee Matter - OpenThread dsp build_flags = -DBUILTIN_RGBLED_PIN=8 -DNR_OF_LEDS=1