added lcd component
This commit is contained in:
20
sdkconfig
20
sdkconfig
@ -122,8 +122,12 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200
|
||||
#
|
||||
# Example Configuration
|
||||
#
|
||||
CONFIG_EXAMPLE_FIRMWARE_UPGRADE_URL="https://192.168.0.3:8070/hello-world.bin"
|
||||
CONFIG_EXAMPLE_FIRMWARE_UPGRADE_URL="https://ota.hendrikschutter.com/hello-world.bin"
|
||||
CONFIG_EXAMPLE_SKIP_COMMON_NAME_CHECK=y
|
||||
CONFIG_LCD_TYPE_AUTO=y
|
||||
# CONFIG_LCD_TYPE_ST7789V is not set
|
||||
# CONFIG_LCD_TYPE_ILI9341 is not set
|
||||
# CONFIG_LCD_OVERCLOCK is not set
|
||||
# end of Example Configuration
|
||||
|
||||
#
|
||||
@ -138,6 +142,20 @@ CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
||||
CONFIG_PARTITION_TABLE_MD5=y
|
||||
# end of Partition Table
|
||||
|
||||
#
|
||||
# Example Connection Configuration
|
||||
#
|
||||
CONFIG_EXAMPLE_CONNECT_WIFI=y
|
||||
CONFIG_EXAMPLE_WIFI_SSID="nicht verbunden"
|
||||
CONFIG_EXAMPLE_WIFI_PASSWORD="flamingo"
|
||||
# CONFIG_EXAMPLE_CONNECT_ETHERNET is not set
|
||||
CONFIG_EXAMPLE_CONNECT_IPV6=y
|
||||
CONFIG_EXAMPLE_CONNECT_IPV6_PREF_LOCAL_LINK=y
|
||||
# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_GLOBAL is not set
|
||||
# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_SITE_LOCAL is not set
|
||||
# CONFIG_EXAMPLE_CONNECT_IPV6_PREF_UNIQUE_LOCAL is not set
|
||||
# end of Example Connection Configuration
|
||||
|
||||
#
|
||||
# Compiler options
|
||||
#
|
||||
|
Reference in New Issue
Block a user