mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
Added node id restoring at the boot-up.
This commit is contained in:
@@ -101,6 +101,8 @@ main(void)
|
||||
|
||||
init_net();
|
||||
|
||||
node_id_restore();
|
||||
|
||||
printf_P(PSTR(CONTIKI_VERSION_STRING " started. Node id %u, using %s.\n"),
|
||||
node_id, rime_mac->name);
|
||||
printf_P(PSTR("MAC %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x\n"),
|
||||
|
Reference in New Issue
Block a user