Jack Hansdampf / Mbed OS WebServerGSOEWorkshopJalousie

Dependencies:   LCD_i2c_GSOE ESP8266WebserverGSOE

Files at this revision

API Documentation at this revision

Comitter:
jack1930
Date:
Mon Jul 26 08:15:32 2021 +0000
Parent:
8:7c2ab1322fb2
Commit message:
mit /html

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 26 08:02:04 2021 +0000
+++ b/main.cpp	Mon Jul 26 08:15:32 2021 +0000
@@ -31,7 +31,7 @@
       webpage+="<title>STM32 HTTP</title>";
       webpage+="</head>";
       webpage+="<body>";
-      webpage+="<h1>WIFI mit STM32 ESP01</h1>";
+      webpage+="<h1>WIFI mit STM32 ESP01</h1><br>";
       webpage+="</body>";
       webpage+="</html>";
       return webpage;