Make Rxdutycycling Great Again

This commit is contained in:
liquidraver
2026-06-13 08:23:01 +02:00
parent 061a65a7f0
commit bf71542751
17 changed files with 564 additions and 207 deletions
-6
View File
@@ -241,12 +241,6 @@ bool RepeaterDataStore::loadPrefs(NodePrefs& prefs) {
LOG_INF("loadPrefs: upgraded prefs format (%d -> 296 bytes)", (int)entry.size);
}
/* One-time migration: disable RX duty cycle if it was previously enabled. */
if (prefs.rx_duty_cycle != 0) {
prefs.rx_duty_cycle = 0;
savePrefs(prefs);
LOG_INF("loadPrefs: migrated rx_duty_cycle to disabled");
}
return true;
}