diff options
Diffstat (limited to 'sdkconfig.defaults')
| -rw-r--r-- | sdkconfig.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdkconfig.defaults b/sdkconfig.defaults index f13a2e9..e2e1f4e 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults | |||
| @@ -25,6 +25,10 @@ CONFIG_LOG_DEFAULT_LEVEL_INFO=y | |||
| 25 | # HTTP server | 25 | # HTTP server |
| 26 | CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024 | 26 | CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024 |
| 27 | CONFIG_HTTPD_MAX_URI_LEN=512 | 27 | CONFIG_HTTPD_MAX_URI_LEN=512 |
| 28 | CONFIG_HTTPD_WS_SUPPORT=y | ||
| 29 | |||
| 30 | # lwIP - increased for relay WebSocket connections | ||
| 31 | CONFIG_LWIP_MAX_SOCKETS=20 | ||
| 28 | 32 | ||
| 29 | # Partition table | 33 | # Partition table |
| 30 | CONFIG_PARTITION_TABLE_CUSTOM=y | 34 | CONFIG_PARTITION_TABLE_CUSTOM=y |