pre commentaire

Dependencies:   EthernetInterface WebSocketClient mbed-rtos mbed

Fork of Code_APP3_C by Éric Bisson

Revision:
10:565271e4d52a
Parent:
9:400cfcf4b06e
--- a/config.h	Tue Feb 14 04:08:58 2017 +0000
+++ b/config.h	Tue Feb 14 17:34:31 2017 +0000
@@ -1,5 +1,5 @@
 static const short PAN_ID = 0x0777;
-static char* WEBSOCKET_URL= "ws://192.168.0.1:8000/";
-static const char* mbedIp       = "192.168.0.2";
+static char* WEBSOCKET_URL= "ws://10.43.157.184:8000/";
+static const char* mbedIp       = "192.168.137.2";
 static const char* mbedMask     = "255.255.255.0";
-static const char* mbedGateway  = "192.168.0.1";
\ No newline at end of file
+static const char* mbedGateway  = "192.168.137.1";
\ No newline at end of file