fix time scaling

This commit is contained in:
geeksville
2020-02-19 11:35:34 -08:00
parent cd4cd6fe56
commit f5a2596acf
2 changed files with 4 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ void NodeDB::updateFrom(const MeshPacket &mp)
if (mp.has_payload)
{
const SubPacket &p = mp.payload;
DEBUG_MSG("Update DB node 0x%x for variant %d\n", mp.from, p.which_variant);
DEBUG_MSG("Update DB node 0x%x for variant %d, rx_time=%u\n", mp.from, p.which_variant, mp.rx_time);
int oldNumNodes = *numNodes;
NodeInfo *info = getOrCreateNode(mp.from);