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
Diff: main.cpp
- Revision:
- 2:c25aefe81534
- Parent:
- 1:1f13f5f1fdbc
- Child:
- 3:8dba70d37b7d
--- 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)