mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 13:34:54 +01:00
Fix TinyGPSPlus having name conflict
This commit is contained in:
parent
28454ea4cd
commit
783b179af7
2 changed files with 2 additions and 2 deletions
|
@ -22,4 +22,4 @@ def to_code(config):
|
||||||
yield uart.register_uart_device(var, config)
|
yield uart.register_uart_device(var, config)
|
||||||
|
|
||||||
# https://platformio.org/lib/show/1655/TinyGPSPlus
|
# 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
|
||||||
|
|
|
@ -17,7 +17,7 @@ lib_deps =
|
||||||
FastLED@3.2.9
|
FastLED@3.2.9
|
||||||
NeoPixelBus-esphome@2.5.2
|
NeoPixelBus-esphome@2.5.2
|
||||||
ESPAsyncTCP-esphome@1.2.2
|
ESPAsyncTCP-esphome@1.2.2
|
||||||
TinyGPSPlus@1.0.2
|
1655@1.0.2 ; TinyGPSPlus (has name conflict)
|
||||||
build_flags =
|
build_flags =
|
||||||
-Wno-reorder
|
-Wno-reorder
|
||||||
-DUSE_WEB_SERVER
|
-DUSE_WEB_SERVER
|
||||||
|
|
Loading…
Reference in a new issue