use RTC time for my timestamp (works across deep sleep)

This commit is contained in:
geeksville
2020-02-19 07:58:51 -08:00
parent ae023a57e8
commit 67e0f5c184
6 changed files with 49 additions and 11 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ void MeshService::sendToMesh(MeshPacket *p)
// Note: We might return !OK if our fifo was full, at that point the only option we have is to drop it
if(radio.send(p) != ERRNO_OK)
DEBUG_MSG("Dropped packet because send queue was full!");
DEBUG_MSG("Dropped packet because send queue was full!\n");
}
MeshPacket *MeshService::allocForSending()