Skip to content

Commit fc22d10

Browse files
author
j.turek
committed
fixed example config
1 parent cc722cc commit fc22d10

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed
Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
menu "Example configuration"
2-
config EXAMPLE_I2C_MASTER_SCL
3-
int "SCL GPIO Number"
4-
default 5 if IDF_TARGET_ESP8266
5-
default 6 if IDF_TARGET_ESP32C3
6-
default 19 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
7-
help
8-
GPIO number for I2C Master clock line.
9-
10-
config EXAMPLE_I2C_MASTER_SDA
11-
int "SDA GPIO Number"
12-
default 4 if IDF_TARGET_ESP8266
13-
default 5 if IDF_TARGET_ESP32C3
14-
default 18 if IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3
15-
help
16-
GPIO number for I2C Master data line.
2+
rsource "../../../../devtools/Kconfig.i2c"
173
endmenu

0 commit comments

Comments
 (0)