Skip to content

Commit 17137ab

Browse files
committed
Minor settings adjustment
Lower HTTP_TIMEOUT_MS makes the initialization way faster
1 parent 9a74749 commit 17137ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

profiles/generic.prof

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
-D OVERRUN_THRESHOLD_SECS=360
1010
-D PERIOD_SEC=60
1111
-D MAX_EFF_STR_LENGTH=256
12-
-D URL_PRINT_MAX_LENGTH=20
12+
-D URL_PRINT_MAX_LENGTH=30
1313
-D MAX_JSON_STR_LENGTH=1024
14+
-D HTTP_TIMEOUT_MS=3000
1415

1516
-D LOG_LEVEL=1
1617
-D YES_DEBUG
@@ -19,9 +20,9 @@
1920

2021
-D INSECURE
2122

22-
#-D HEAP_VCC_LOG
23-
#-D TELNET_ENABLED
2423
#-D OTA_ENABLED
24+
#-D TELNET_ENABLED
25+
#-D HEAP_VCC_LOG
2526

2627
#-D DEBUG_ESP_HTTP_UPDATE
2728
#-D DEBUG_ESP_PORT=Serial

0 commit comments

Comments
 (0)