Skip to content

Commit

Permalink
Compile lib NeopixelBus only for esp8266 (#23077)
Browse files Browse the repository at this point in the history
* force mode strict for pixels lib
* Use lib NeoPixelBus only for esp8266
  • Loading branch information
Jason2866 authored Feb 27, 2025
1 parent 481f2cd commit 3c171c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/lib_basic/NeoPixelBus/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
},
"version": "2.6.7",
"frameworks": "arduino",
"platforms": "*",
"dependencies": [
{
"name": "SPI"
}
]
"libCompatMode": "strict",
"platforms": ["espressif8266"]
}

1 change: 1 addition & 0 deletions lib/lib_basic/TasmotaLED/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"url": "https://github.com/arendst/Tasmota/lib/lib_basic/TasmotaLED"
},
"frameworks": "arduino",
"libCompatMode": "strict",
"platforms": [
"espressif32"
]
Expand Down

0 comments on commit 3c171c1

Please sign in to comment.