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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -9,11 +9,7 @@
}, },
"version": "2.6.7", "version": "2.6.7",
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "*", "libCompatMode": "strict",
"dependencies": [ "platforms": ["espressif8266"]
{
"name": "SPI"
}
]
} }

View File

@ -11,6 +11,7 @@
"url": "https://github.com/arendst/Tasmota/lib/lib_basic/TasmotaLED" "url": "https://github.com/arendst/Tasmota/lib/lib_basic/TasmotaLED"
}, },
"frameworks": "arduino", "frameworks": "arduino",
"libCompatMode": "strict",
"platforms": [ "platforms": [
"espressif32" "espressif32"
] ]