Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Revision:
9:0ce800923eda
Parent:
1:fd19bd683e90
--- a/Config/DHCPConfig.h	Mon Feb 15 15:17:50 2016 +0000
+++ b/Config/DHCPConfig.h	Wed Mar 16 15:04:46 2016 +0000
@@ -49,13 +49,13 @@
 
     DHCPConfig & SetDHCPMode(const DHCPMode mode);
 
-    DHCPConfig & SetLocalIP(const char * ip);
+    DHCPConfig & SetLocalIP(char * ip);
 
-    DHCPConfig & SetNetmask(const char * netmask);
+    DHCPConfig & SetNetmask(char * netmask);
 
-    DHCPConfig & SetGatewayIP(const char * gateway);
+    DHCPConfig & SetGatewayIP(char * gateway);
 
-    DHCPConfig & SetIPRange(const char *  first, const char *  last);
+    DHCPConfig & SetIPRange(char * first, char * last);
 };
 }