Fixed a bug in kconfig

This commit is contained in:
nopnop2002 2022-05-01 16:01:44 +09:00
parent c2953236a4
commit 5bb7da9253

View File

@ -54,7 +54,7 @@ menu "SSD1306 Configuration"
depends on I2C_INTERFACE
int "SCL GPIO number"
range 0 GPIO_RANGE_MAX
default 22 if IIDF_TARGET_ESP32
default 22 if IDF_TARGET_ESP32
default 12 if IDF_TARGET_ESP32S2
default 12 if IDF_TARGET_ESP32S3
default 9 if IDF_TARGET_ESP32C3