Skip to content

Commit 7bc9edb

Browse files
committed
Add support
- spiffs length max 128 byte - dhcp max ntp server 3
1 parent 7654453 commit 7bc9edb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+7
-14
lines changed

tools/sdk/include/config/sdkconfig.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
#define CONFIG_MB_CONTROLLER_STACK_SIZE 4096
211211
#define CONFIG_TCP_SND_BUF_DEFAULT 2872
212212
#define CONFIG_GARP_TMR_INTERVAL 60
213-
#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1
213+
#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 3
214214
#define CONFIG_TCP_MSL 60000
215215
#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_1 1
216216
#define CONFIG_LWIP_SO_REUSE_RXTOALL 1
@@ -231,7 +231,6 @@
231231
#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA 1
232232
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
233233
#define CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK 1
234-
#define CONFIG_PPP_SUPPORT 1
235234
#define CONFIG_SPIRAM_SPEED_40M 1
236235
#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 2048
237236
#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
@@ -277,7 +276,7 @@
277276
#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200
278277
#define CONFIG_ENABLE_ARDUINO_DEPENDS 1
279278
#define CONFIG_WARN_WRITE_STRINGS 1
280-
#define CONFIG_SPIFFS_OBJ_NAME_LEN 32
279+
#define CONFIG_SPIFFS_OBJ_NAME_LEN 128
281280
#define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT 5
282281
#define CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_EFF 2
283282
#define CONFIG_LOG_BOOTLOADER_LEVEL_NONE 1

tools/sdk/ld/esp32.project.ld

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tools/sdk/lib/libapp_trace.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libapp_update.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libasio.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libbootloader_support.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libbt.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcoap.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libconsole.a

0 Bytes
Binary file not shown.

tools/sdk/lib/libcxx.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)