Compile lib NeopixelBus only for esp8266 (#23077)

* force mode strict for pixels lib
* Use lib NeoPixelBus only for esp8266
This commit is contained in:
Jason2866
2025-02-27 12:15:20 +01:00
committed by GitHub
parent 481f2cd8e1
commit 3c171c1ed8
2 changed files with 3 additions and 6 deletions
+2 -6
View File
@@ -9,11 +9,7 @@
},
"version": "2.6.7",
"frameworks": "arduino",
"platforms": "*",
"dependencies": [
{
"name": "SPI"
}
]
"libCompatMode": "strict",
"platforms": ["espressif8266"]
}
+1
View File
@@ -11,6 +11,7 @@
"url": "https://github.com/arendst/Tasmota/lib/lib_basic/TasmotaLED"
},
"frameworks": "arduino",
"libCompatMode": "strict",
"platforms": [
"espressif32"
]