Potential for LCD clock, time pulled from network
This commit is contained in:
+3
-2
@@ -2,11 +2,12 @@
|
||||
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
|
||||
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=4096
|
||||
|
||||
# You might have to increase this further if you spawn your own Rust threads
|
||||
# that allocate large stack variables; or better yet - use
|
||||
# You might have to increase this further if you spawn your own Rust threads
|
||||
# that allocate large stack variables; or better yet - use
|
||||
# `std::thread::Builder::new().stack_size(XXX)` for spawning
|
||||
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=4096
|
||||
|
||||
CONFIG_ETH_SPI_ETHERNET_W5500=y
|
||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000
|
||||
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
|
||||
CONFIG_LWIP_SNTP_MAX_SERVERS=1
|
||||
|
||||
Reference in New Issue
Block a user