* tidy ups

This commit is contained in:
Scott Powell 2025-01-20 10:20:42 +11:00
parent 919e6d380c
commit e4ec9aec0b
5 changed files with 25 additions and 32 deletions

View file

@ -310,7 +310,7 @@ public:
: mesh::Mesh(radio, ms, rng, rtc, *new StaticPoolPacketManager(32), tables)
{
my_radio = &radio;
airtime_factor = 0.0; // 5.0; // 1/6th
airtime_factor = 1.0; // one half
num_clients = 0;
}