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 2:c25aefe81534, committed 2021-06-18
- Comitter:
- jack1930
- Date:
- Fri Jun 18 15:33:38 2021 +0000
- Parent:
- 1:1f13f5f1fdbc
- Child:
- 3:8dba70d37b7d
- Commit message:
- Station implementiert
Changed in this revision
| ESP8266Webserver.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ESP8266Webserver.lib Thu Jun 10 07:33:06 2021 +0000 +++ b/ESP8266Webserver.lib Fri Jun 18 15:33:38 2021 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/jack1930/code/MFS_Display_HAL_F4xx/#d17cfd8131b1 +https://os.mbed.com/users/jack1930/code/MFS_Display_HAL_F4xx/#e710f0431920
--- a/main.cpp Thu Jun 10 07:33:06 2021 +0000
+++ b/main.cpp Fri Jun 18 15:33:38 2021 +0000
@@ -152,7 +152,10 @@
myWebserver.begin();
-
+ myLCD.clear();
+ myLCD.cursorpos(0);
+ myLCD.printf("%s",myWebserver.gibIP());
+
while(1)