Text fixed

This commit is contained in:
Kai Lauterbach 2022-05-24 11:07:51 +02:00
parent 06f080bd29
commit 73670f5b14
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ void measureWindspeed()
String message = "<html><head><title>OKO Weatherstation - " + String(_webUpdater_dev) + "</title>"
"</head><body>"
"Wind sensor measurement results: " + String(tmp_windspeed) + "<br>"
"Windsensor measurement result: " + String(tmp_windspeed) + "<br>"
"</body></html>";
httpServer.send(200, "text/html", message);