when flooding, randomly delay sent packets to decrease chances of...

stomping on other senders that we can't even hear.
This commit is contained in:
geeksville
2020-04-25 11:43:28 -07:00
parent 64f6c0f5c0
commit 3f3a1a11df
3 changed files with 46 additions and 6 deletions

View File

@@ -297,6 +297,8 @@ void setup()
service.init();
realRouter.setup(); // required for our periodic task (kinda skanky FIXME)
#ifndef NO_ESP32
// MUST BE AFTER service.init, so we have our radio config settings (from nodedb init)
radio = new MeshRadio();