fixed Debug-Output in WebserverCallback (this time for real)

This commit is contained in:
Marcel Peterkau 2023-02-24 19:25:59 +01:00
parent a6031798da
commit df209a788b

View File

@ -256,7 +256,7 @@ void WebserverPOST_Callback(AsyncWebServerRequest *request)
{
request->send(LittleFS, "/post.htm", "text/html", false, processor);
Serial.print("POST:\n");
Debug_pushMessage("POST:\n");
int paramsNr = request->params();
for (int i = 0; i < paramsNr; i++)
{