Change to wifi AP mode. SSID "GR-PEACH_1", PSK "12345"

Dependencies:   DhcpServer EthernetInterface FATFileSystem GR-PEACH_WlanBP3595AP GR-PEACH_video GraphicsFramework HttpServer_snapshot R_BSP mbed-rpc mbed-rtos mbed

Fork of GR-Boards_WebCamera by Renesas

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Fri Oct 09 10:11:57 2015 +0000
Parent:
1:ebff3aeb40a0
Child:
3:b694f9f8d74e
Commit message:
The IP address is acquired from DHCP Server.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Oct 09 08:26:51 2015 +0000
+++ b/main.cpp	Fri Oct 09 10:11:57 2015 +0000
@@ -302,8 +302,8 @@
     RPCFunction rpcFunc(TerminalWrite, "TerminalWrite");
 
     printf("EthernetInterface Setting up...\r\n");
-//    if (eth.init() != 0) {                             //for DHCP Server
-    if (eth.init("192.168.0.2","255.255.255.0","192.168.0.3") != 0) { //for Static IP Address (IPAddress, NetMasks, Gateway)
+    if (eth.init() != 0) {                             //for DHCP Server
+//    if (eth.init("192.168.0.2","255.255.255.0","192.168.0.3") != 0) { //for Static IP Address (IPAddress, NetMasks, Gateway)
         printf("EthernetInterface Initialize Error \r\n");
         return -1;
     }
--- a/mbed-rtos.lib	Fri Oct 09 08:26:51 2015 +0000
+++ b/mbed-rtos.lib	Fri Oct 09 10:11:57 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#9d001ed5feec
+http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#d7bd06319118