Skip to content

Commit 83eba9b

Browse files
committed
Fixes potential ESP-IDF config editor crash (#115)
1 parent 4d3f23a commit 83eba9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lvgl_i2c/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ menu "I2C Port 0"
66
if I2C_MANAGER_0_ENABLED
77
config I2C_MANAGER_0_SDA
88
int "SDA (GPIO pin)"
9+
default 0
910
config I2C_MANAGER_0_SCL
1011
int "SCL (GPIO pin)"
12+
default 0
1113
config I2C_MANAGER_0_FREQ_HZ
1214
int "Frequency (Hz)"
1315
default 400000

0 commit comments

Comments
 (0)