Integration of upstrem PR #1297

This commit is contained in:
Matthias Wientapper
2026-01-29 11:38:51 +01:00
7 changed files with 68 additions and 13 deletions

View File

@@ -280,7 +280,7 @@ public:
{
// defaults
memset(&_prefs, 0, sizeof(_prefs));
_prefs.airtime_factor = 2.0; // one third
_prefs.airtime_factor = 1.0;
strcpy(_prefs.node_name, "NONAME");
_prefs.freq = LORA_FREQ;
_prefs.tx_power_dbm = LORA_TX_POWER;