Text fixed
This commit is contained in:
parent
06f080bd29
commit
73670f5b14
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void measureWindspeed()
|
||||||
|
|
||||||
String message = "<html><head><title>OKO Weatherstation - " + String(_webUpdater_dev) + "</title>"
|
String message = "<html><head><title>OKO Weatherstation - " + String(_webUpdater_dev) + "</title>"
|
||||||
"</head><body>"
|
"</head><body>"
|
||||||
"Wind sensor measurement results: " + String(tmp_windspeed) + "<br>"
|
"Windsensor measurement result: " + String(tmp_windspeed) + "<br>"
|
||||||
"</body></html>";
|
"</body></html>";
|
||||||
|
|
||||||
httpServer.send(200, "text/html", message);
|
httpServer.send(200, "text/html", message);
|
||||||
|
|
Loading…
Reference in a new issue