still need some modification

Dependencies:   mbed-http DebounceIn PinDetect OneButton

Revision:
1:1a06bde4e0db
Parent:
0:454abaa26f3c
Child:
2:1d2a43e66b41
--- a/network-helper.h	Mon Mar 25 19:49:24 2019 +0000
+++ b/network-helper.h	Wed Apr 03 11:55:23 2019 +0000
@@ -13,6 +13,7 @@
     printf("[NWKH] Connecting to network...\n");
 
     NetworkInterface* network = NetworkInterface::get_default_instance();
+     network->set_network("192.168.1.97","255.255.252.0","192.168.0.1");
 
     if (!network) {
         printf("[NWKH] No network interface found, select an interface in 'network-helper.h'\n");