ICTP: lowered radio power + print unicast data

This commit is contained in:
Enric M. Calvo 2011-03-07 22:33:59 +01:00
parent 7fc41e1706
commit 7c3527a062
2 changed files with 6 additions and 0 deletions

View file

@ -66,6 +66,8 @@ PROCESS_THREAD(example_unicast_process, ev, data)
PROCESS_EXITHANDLER(unicast_close(&uc);)
PROCESS_BEGIN();
cc2420_set_txpower(5);
unicast_open(&uc, 222, &unicast_callbacks);