Skip to content

Commit 7654453

Browse files
committed
Increase fs timeout to 2s, wdt 10s
1 parent bb85ed2 commit 7654453

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

+8
-8
lines changed

tools/sdk/include/config/sdkconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
#define CONFIG_SPIFFS_PAGE_CHECK 1
152152
#define CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 1
153153
#define CONFIG_LWIP_MAX_ACTIVE_TCP 10
154-
#define CONFIG_TASK_WDT_TIMEOUT_S 5
155-
#define CONFIG_INT_WDT_TIMEOUT_MS 300
154+
#define CONFIG_TASK_WDT_TIMEOUT_S 10
155+
#define CONFIG_INT_WDT_TIMEOUT_MS 500
156156
#define CONFIG_ARDUINO_EVENT_RUN_CORE1 1
157157
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
158158
#define CONFIG_BTC_TASK_STACK_SIZE 8192
@@ -171,7 +171,7 @@
171171
#define CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT 1
172172
#define CONFIG_GATTS_SEND_SERVICE_CHANGE_MODE 0
173173
#define CONFIG_MAKE_WARN_UNDEFINED_VARIABLES 1
174-
#define CONFIG_FATFS_TIMEOUT_MS 1000
174+
#define CONFIG_FATFS_TIMEOUT_MS 2000
175175
#define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM 32
176176
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1
177177
#define CONFIG_MBEDTLS_CCM_C 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)