summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp32/boards/SIL_WESP32/sdkconfig.board
blob: 36155cd5e31e5afaa4dc5821a3a4399712abe92c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 8 MB+ flash

CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y

# Fast flash

CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
CONFIG_ESP32_REV_MIN_1=y

# OTA

CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-8MiBplus-ota.csv"

# Network name

CONFIG_LWIP_LOCAL_HOSTNAME="wESP32"