ENDUSER_SETUP_DEBUG("enduser: write data from posted form");
ENDUSER_SETUP_DEBUG(form_body);
// We will save the form data into a file in the LUA format: KEY="VALUE", so that configuration data is available for load in the lua code.
// As input, we have a string as such: "key1=value1&key2=value2&key3=value%203" (urlencoded), the number of '&' tells us how many keypairs there are (the count + 1)
@@ -1572,20 +1757,20 @@ static int enduser_setup_dns_start(void)
...
@@ -1572,20 +1757,20 @@ static int enduser_setup_dns_start(void)
{
{
ENDUSER_SETUP_ERROR("dns_start failed. Appears to already be started (espconn_dns_udp != NULL).",ENDUSER_SETUP_ERR_ALREADY_INITIALIZED,ENDUSER_SETUP_ERR_FATAL);
ENDUSER_SETUP_ERROR("dns_start failed. Appears to already be started (espconn_dns_udp != NULL).",ENDUSER_SETUP_ERR_ALREADY_INITIALIZED,ENDUSER_SETUP_ERR_FATAL);