Integration of upstrem PR #1297

This commit is contained in:
Matthias Wientapper
2026-02-10 20:31:59 +01:00
7 changed files with 71 additions and 14 deletions

View File

@@ -793,7 +793,7 @@ MyMesh::MyMesh(mesh::Radio &radio, mesh::RNG &rng, mesh::RTCClock &rtc, SimpleMe
// defaults
memset(&_prefs, 0, sizeof(_prefs));
_prefs.airtime_factor = 1.0; // one half
_prefs.airtime_factor = 1.0;
strcpy(_prefs.node_name, "NONAME");
_prefs.freq = LORA_FREQ;
_prefs.sf = LORA_SF;