Fixup osd examples, contiki prints panid and channel on boot

This commit is contained in:
Christian Ratzenhofer 2018-02-14 18:49:37 +01:00
parent 3de5c47802
commit 1c8b438bca
19 changed files with 0 additions and 152 deletions

View file

@ -113,14 +113,6 @@ PROCESS_THREAD(rest_server_example, ev, data)
static struct etimer loop_periodic_timer;
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);