Skip to content

Commit 9c6d493

Browse files
committed
Enable improv_serial for deployment
1 parent ac8c5f1 commit 9c6d493

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

fancontroller-rev1.0-esp32.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ captive_portal:
3636
web_server:
3737
port: 80
3838

39+
# Allow setup via serial
40+
improv_serial:
3941

4042
i2c:
4143
sda: GPIO17

fancontroller-rev2.0-esp32s2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ captive_portal:
3636
web_server:
3737
port: 80
3838

39+
# Allow setup via serial
40+
improv_serial:
3941

4042
i2c:
4143
sda: GPIO33

fancontroller-rev3.0-esp32s2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ captive_portal:
6868
web_server:
6969
port: 80
7070

71+
# Allow setup via serial
72+
improv_serial:
73+
7174
# I2C for HDC1080 onboard & QWIIC connector
7275
i2c:
7376
sda: GPIO33

fancontroller-rev3.1-esp32s2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ captive_portal:
201201
web_server:
202202
port: 80
203203

204+
# Allow setup via serial
205+
improv_serial:
206+
204207
# I2C for HDC1080 onboard & QWIIC connector
205208
i2c:
206209
sda: GPIO33

0 commit comments

Comments
 (0)