bugfix binarys
This commit is contained in:
parent
ae7b37d1c3
commit
243fd6f11e
5 changed files with 9 additions and 6 deletions
|
@ -74,7 +74,7 @@
|
|||
#endif
|
||||
|
||||
/* TODO: This server address is hard-coded for Cooja. */
|
||||
#define SERVER_NODE(ipaddr) uip_ip6addr(ipaddr, 0xfe80, 0, 0, 0, 0x0221, 0x2eff, 0xff00, 0x26D0) /* cooja2 */
|
||||
#define SERVER_NODE(ipaddr) uip_ip6addr(ipaddr, 0xfe80, 0, 0, 0, 0x0221, 0x2eff, 0xff00, 0x270d) /* cooja2 */
|
||||
|
||||
#define LOCAL_PORT UIP_HTONS(COAP_DEFAULT_PORT+1)
|
||||
#define REMOTE_PORT UIP_HTONS(COAP_DEFAULT_PORT)
|
||||
|
@ -127,7 +127,7 @@ PROCESS_THREAD(coap_client_example, ev, data)
|
|||
/* send a request to notify the end of the process */
|
||||
|
||||
PRINTF("--Toggle --\n");
|
||||
//leds_toggle(LEDS_RED);
|
||||
leds_toggle(LEDS_RED);
|
||||
/* prepare request, TID is set by COAP_BLOCKING_REQUEST() */
|
||||
|
||||
coap_init_message(request, COAP_TYPE_CON, COAP_POST, 0 );
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
:1000000000212EFFFF001EF941544D45474131327A
|
||||
:1000000000212EFFFF001EFB41544D454741313278
|
||||
:100010003872666131006C6F63616C686F73740075
|
||||
:0900200000001AE5CDAB00000060
|
||||
:00000001FF
|
||||
|
|
Binary file not shown.
|
@ -1 +1,4 @@
|
|||
:1000000000212EFFFF00270D41544D45474131325D
|
||||
:100010003872666131006C6F63616C686F73740075
|
||||
:0900200000001AE5CDAB00000060
|
||||
:00000001FF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue