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

@ -392,14 +392,6 @@ PROCESS_THREAD(rest_server_example, ev, data)
PROCESS_BEGIN();
PRINTF("Starting Embedd-VM 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);

View file

@ -502,14 +502,6 @@ PROCESS_THREAD(plugtest_server, ev, data)
PROCESS_BEGIN();
PRINTF("ETSI IoT CoAP Plugtests 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);