Remove OpenThread library from platformio.ini
Removed OpenThread from the list of libraries in two sections.
This commit is contained in:
@@ -61,7 +61,6 @@ lib_ignore = ble
|
|||||||
NetworkClientSecure
|
NetworkClientSecure
|
||||||
Zigbee
|
Zigbee
|
||||||
Matter
|
Matter
|
||||||
OpenThread
|
|
||||||
dsp
|
dsp
|
||||||
build_flags = -DBUILTIN_RGBLED_PIN=27
|
build_flags = -DBUILTIN_RGBLED_PIN=27
|
||||||
-DNR_OF_LEDS=1
|
-DNR_OF_LEDS=1
|
||||||
@@ -78,7 +77,6 @@ lib_ignore = ble
|
|||||||
NetworkClientSecure
|
NetworkClientSecure
|
||||||
Zigbee
|
Zigbee
|
||||||
Matter
|
Matter
|
||||||
OpenThread
|
|
||||||
dsp
|
dsp
|
||||||
build_flags = -DBUILTIN_RGBLED_PIN=8
|
build_flags = -DBUILTIN_RGBLED_PIN=8
|
||||||
-DNR_OF_LEDS=1
|
-DNR_OF_LEDS=1
|
||||||
|
|||||||
Reference in New Issue
Block a user