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.
Diff: main.cpp
- Revision:
- 3:c927a415dd38
- Parent:
- 2:33e8bb5615a6
- Child:
- 4:d7c37f516f5f
--- a/main.cpp	Sat May 06 06:21:17 2017 +0000
+++ b/main.cpp	Sat May 06 07:43:20 2017 +0000
@@ -157,7 +157,7 @@
  * @retval
  */
 int main(void) {
-
+    //ethernet.set_network("192.168.1.181","255.255.255.0","192.168.1.1");  // use static IP address (IP address, netmask, gateway)
     ethernet.connect();
     printf("Usage: Type %s/%s/ into your web browser and hit ENTER\r\n", ethernet.get_ip_address(), PASSWORD);