Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LCD_i2c_GSOE ESP8266WebserverGSOE
Revision 9:f27879c4d306, committed 2021-07-26
- 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;