start msg sequence numbers with a random number each boot

This commit is contained in:
geeksville
2020-05-01 08:51:53 -07:00
parent 31eb2f5337
commit 5a4fab2506
5 changed files with 14 additions and 4 deletions

View File

@@ -67,4 +67,5 @@ void nrf52Setup()
{
// Not yet on board
// pmu.init();
DEBUG_MSG("FIXME, need to call randomSeed on nrf52!\n");
}