Fixup osd examples, contiki prints panid and channel on boot
This commit is contained in:
parent
3de5c47802
commit
1c8b438bca
19 changed files with 0 additions and 152 deletions
|
@ -70,14 +70,6 @@ PROCESS_THREAD(rest_server_example, ev, data)
|
|||
{
|
||||
PROCESS_BEGIN();
|
||||
PRINTF("Starting Erbium Example Server\n");
|
||||
|
||||
#ifdef RF_CHANNEL
|
||||
PRINTF("RF channel: %u\n", RF_CHANNEL);
|
||||
#endif
|
||||
#ifdef IEEE802154_PANID
|
||||
PRINTF("PAN ID: 0x%04X\n", IEEE802154_PANID);
|
||||
#endif
|
||||
|
||||
PRINTF("uIP buffer: %u\n", UIP_BUFSIZE);
|
||||
PRINTF("LL header: %u\n", UIP_LLH_LEN);
|
||||
PRINTF("IP+UDP header: %u\n", UIP_IPUDPH_LEN);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue