mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Compile lib NeopixelBus only for esp8266 (#23077)
* force mode strict for pixels lib * Use lib NeoPixelBus only for esp8266
This commit is contained in:
parent
481f2cd8e1
commit
3c171c1ed8
@ -9,11 +9,7 @@
|
||||
},
|
||||
"version": "2.6.7",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "SPI"
|
||||
}
|
||||
]
|
||||
"libCompatMode": "strict",
|
||||
"platforms": ["espressif8266"]
|
||||
}
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
"url": "https://github.com/arendst/Tasmota/lib/lib_basic/TasmotaLED"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"libCompatMode": "strict",
|
||||
"platforms": [
|
||||
"espressif32"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user