mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-19 16:29:31 +00:00
another one
This commit is contained in:
parent
ea87fcc2b5
commit
519190b5e6
@ -138,9 +138,9 @@ void FishEyeStateRoutingModule::printLSPDB(){
|
|||||||
for(int i = 0; i< etr.second.LSP.neighbors_count;i++){
|
for(int i = 0; i< etr.second.LSP.neighbors_count;i++){
|
||||||
printf("%u, ", etr.second.LSP.neighbors[i].node_id -16);
|
printf("%u, ", etr.second.LSP.neighbors[i].node_id -16);
|
||||||
}
|
}
|
||||||
printf(" Timeout: %u, forwarded: %u\n",((int64_t) etr.second.timeout) - ((int64_t) getTime()),etr.second.forwarded);
|
printf(" Timeout: %u, forwarded: %u\n",(uint32_t) (((int64_t) etr.second.timeout) - ((int64_t) getTime()),etr.second.forwarded));
|
||||||
}
|
}
|
||||||
printf("Total: %i\n",LSPDB.size());
|
printf("Total: %lu\n",LSPDB.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user