1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[gps] Patches to build on IDF, other optimizations (#9728)

This commit is contained in:
Keith Burzinski
2025-07-24 06:23:42 -05:00
committed by GitHub
parent ba72298a63
commit 729f20d765
9 changed files with 73 additions and 71 deletions

View File

@@ -0,0 +1,5 @@
substitutions:
tx_pin: GPIO4
rx_pin: GPIO5
<<: !include common.yaml

View File

@@ -0,0 +1,5 @@
substitutions:
tx_pin: GPIO12
rx_pin: GPIO14
<<: !include common.yaml