mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 07:08:30 +02: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:
@@ -50,7 +50,7 @@ async def to_code(config):
|
||||
cg.add(var.set_dio_pin(dio_pin))
|
||||
|
||||
# https://platformio.org/lib/show/6865/TM1651
|
||||
cg.add_library("6865", "1.0.1")
|
||||
cg.add_library("freekode/TM1651", "1.0.1")
|
||||
|
||||
|
||||
BINARY_OUTPUT_ACTION_SCHEMA = maybe_simple_id(
|
||||
|
||||
Reference in New Issue
Block a user