1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 08:12:22 +01:00

Add namespace to all PlatformIO library references (#2296)

* Remove unnecessary duplication in platformio.ini

* Add namespace to all platformio library references

* Add cmake-build-* to gitignore

They're generated by the CLion add-on for each PlatformIO environment.
Listing them all separately seems nonsensical.
This commit is contained in:
Oxan van Leeuwen
2021-09-15 19:01:31 +02:00
committed by GitHub
parent 6366ff6421
commit c6dc8a11e2
10 changed files with 29 additions and 38 deletions

View File

@@ -44,5 +44,5 @@ async def new_fastled_light(config):
# https://github.com/FastLED/FastLED/blob/master/library.json
# 3.3.3 has an issue on ESP32 with RMT and fastled_clockless:
# https://github.com/esphome/issues/issues/1375
cg.add_library("FastLED", "3.3.2")
cg.add_library("fastled/FastLED", "3.3.2")
return var