pre commentaire

Dependencies:   EthernetInterface WebSocketClient mbed-rtos mbed

Fork of Code_APP3_C by Éric Bisson

Committer:
JoeyDionne
Date:
Tue Feb 14 17:34:31 2017 +0000
Revision:
10:565271e4d52a
Parent:
9:400cfcf4b06e
APP3 pre commentaires

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ericbisson 9:400cfcf4b06e 1 static const short PAN_ID = 0x0777;
JoeyDionne 10:565271e4d52a 2 static char* WEBSOCKET_URL= "ws://10.43.157.184:8000/";
JoeyDionne 10:565271e4d52a 3 static const char* mbedIp = "192.168.137.2";
ericbisson 9:400cfcf4b06e 4 static const char* mbedMask = "255.255.255.0";
JoeyDionne 10:565271e4d52a 5 static const char* mbedGateway = "192.168.137.1";