-
Notifications
You must be signed in to change notification settings - Fork 11
/
sdkconfig.defaults
72 lines (63 loc) · 1.91 KB
/
sdkconfig.defaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set
# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set
CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
#
# Partition Table
#
# CONFIG_PARTITION_TABLE_SINGLE_APP is not set
# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions/partition-8MB-NoFactory.csv"
# CONFIG_PARTITION_TABLE_FILENAME is not set
# CONFIG_PARTITION_TABLE_OFFSET i not set
CONFIG_PARTITION_TABLE_MD5=y
# end of Partition Table
#
# ESP32-TUX Configuration
#
#
# Wifi Provision Config
#
# CONFIG_PROV_TRANSPORT_BLE is not set
CONFIG_PROV_TRANSPORT_SOFTAP=y
CONFIG_PROV_TRANSPORT=2
# CONFIG_RESET_PROVISIONED is not set
CONFIG_RESET_PROV_MGR_ON_FAILURE=y
CONFIG_PROV_MGR_MAX_RETRY_CNT=5
# CONFIG_PROV_SHOW_QR is not set
# end of Wifi Provision Config
#
# MQTT Config
#
CONFIG_BROKER_URL="mqtt://mqtt.eclipseprojects.io"
# end of MQTT Config
#
# SNTP Config
#
CONFIG_TIMEZONE_STRING="UTC-05:30"
CONFIG_SNTP_MAX_RETRY_COUNT=10
CONFIG_SNTP_TIME_SYNC_METHOD_IMMED=y
# CONFIG_SNTP_TIME_SYNC_METHOD_SMOOTH is not set
# CONFIG_SNTP_TIME_SYNC_METHOD_CUSTOM is not set
# end of SNTP Config
#
# OTA Config
#
CONFIG_OTA_FIRMWARE_UPGRADE_URL="https://192.168.1.128/build/ESP32-TUX.bin"
CONFIG_OTA_SKIP_COMMON_NAME_CHECK=y
# CONFIG_OTA_SKIP_VERSION_CHECK is not set
CONFIG_OTA_OTA_RECV_TIMEOUT=5000
# CONFIG_OTA_ENABLE_PARTIAL_HTTP_DOWNLOAD is not set
# CONFIG_PARTITION_TABLE_WT32SC01_4MB is not set
# CONFIG_PARTITION_TABLE_WT32SC01_8MB is not set
# CONFIG_PARTITION_TABLE_WT32SC01PLUS_4MB is not set
CONFIG_PARTITION_TABLE_WT32SC01PLUS_8MB=y
# end of OTA Config
CONFIG_LV_CONF_SKIP=