Skip to content

Commit 8119811

Browse files
committed
refactor: Remove captive_portal from board config, use package file
1 parent ffa2982 commit 8119811

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/airgradient_esp32-c3_board-arduino.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ logger:
2121
logs:
2222
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2323

24-
# The captive portal is a fallback mechanism for when connecting to the configured WiFi fails.
25-
# https://esphome.io/components/captive_portal.html
26-
captive_portal:
27-
2824
uart:
2925
# https://esphome.io/components/uart.html#uart
3026
- rx_pin: GPIO0 # Pin 12

packages/airgradient_esp32-c3_board.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ logger:
2323
logs:
2424
component: ERROR # Hiding warning messages about component taking a long time https://github.com/esphome/issues/issues/4717
2525

26-
# The captive portal is a fallback mechanism for when connecting to the configured WiFi fails.
27-
# https://esphome.io/components/captive_portal.html
28-
captive_portal:
29-
3026
uart:
3127
# https://esphome.io/components/uart.html#uart
3228
- rx_pin: GPIO0 # Pin 12

0 commit comments

Comments
 (0)