From 18eb8137e5d9a6cce6b318895ea4ce793684cf20 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 21 Jul 2022 00:44:02 +0200 Subject: [PATCH] Update mqtt and wifi input contraints --- src/sys/svc/hasp_http.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sys/svc/hasp_http.cpp b/src/sys/svc/hasp_http.cpp index 518e0891..6c7f12ad 100644 --- a/src/sys/svc/hasp_http.cpp +++ b/src/sys/svc/hasp_http.cpp @@ -1117,9 +1117,9 @@ static void webHandleMqttConfig() // Group Name httpMessage += F("
"); - httpMessage += - F("
"); + httpMessage += F("
"); // Broker httpMessage += F("
"); @@ -1279,14 +1279,14 @@ static void webHandleWifiConfig() // Wifi SSID httpMessage += F("
"); httpMessage += F("
"); // Wifi Password httpMessage += F("
"); httpMessage += F("
");