Merge branch 'dev' into 2026/remote-lna

This commit is contained in:
João Brázio
2026-03-16 09:40:10 +00:00
committed by GitHub
54 changed files with 1757 additions and 250 deletions

View File

@@ -811,7 +811,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;