mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Fix TinyGPSPlus having name conflict
This commit is contained in:
@@ -22,4 +22,4 @@ def to_code(config):
|
||||
yield uart.register_uart_device(var, config)
|
||||
|
||||
# https://platformio.org/lib/show/1655/TinyGPSPlus
|
||||
cg.add_library('TinyGPSPlus', '1.0.2')
|
||||
cg.add_library('1655', '1.0.2') # TinyGPSPlus, has name conflict
|
||||
|
||||
Reference in New Issue
Block a user