diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index 3161c8fa..0f2157d5 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -184,7 +184,7 @@ function handleClick(cb) {

Command to run

- +
diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index ad9a8e51..66e70a7e 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -265,6 +265,9 @@ h3 { position: absolute; cursor: pointer; top: 1.5em; + + left: 8px; + width: 4em; height: 2em; background-color: #c32e04; @@ -343,3 +346,8 @@ input#ota { #otadiv { margin-bottom: 15px; } + +textarea#autoexec1 { + width: 100%; +} + diff --git a/sdkconfig.defaults b/sdkconfig.defaults index 778c62c3..9425b3a4 100644 --- a/sdkconfig.defaults +++ b/sdkconfig.defaults @@ -77,10 +77,9 @@ CONFIG_SPIRAM_SIZE=-1 CONFIG_SPIRAM_SPEED_80M=y CONFIG_SPIRAM_MEMTEST=y CONFIG_SPIRAM_CACHE_WORKAROUND=y -CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=256 -CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=65536 +CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=512 +CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768 CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y -CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y CONFIG_SPIRAM_OCCUPY_VSPI_HOST=y CONFIG_SPIRAM_BANKSWITCH_ENABLE=n CONFIG_D0WD_PSRAM_CLK_IO=17 @@ -114,7 +113,6 @@ CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 CONFIG_ESP32_PHY_MAX_TX_POWER=20 CONFIG_FREERTOS_HZ=100 CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 -CONFIG_LWIP_UDP_RECVMBOX_SIZE=32 CONFIG_LWIP_NETIF_LOOPBACK=y CONFIG_LWIP_TCP_MSL=60000 CONFIG_LWIP_TCP_SND_BUF_DEFAULT=8192