fixed Debug-Output in WebserverCallback (this time for real)
This commit is contained in:
parent
a6031798da
commit
df209a788b
@ -256,7 +256,7 @@ void WebserverPOST_Callback(AsyncWebServerRequest *request)
|
|||||||
{
|
{
|
||||||
request->send(LittleFS, "/post.htm", "text/html", false, processor);
|
request->send(LittleFS, "/post.htm", "text/html", false, processor);
|
||||||
|
|
||||||
Serial.print("POST:\n");
|
Debug_pushMessage("POST:\n");
|
||||||
int paramsNr = request->params();
|
int paramsNr = request->params();
|
||||||
for (int i = 0; i < paramsNr; i++)
|
for (int i = 0; i < paramsNr; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user