Add duty cycle display to repeaters. Closes #308.

This commit is contained in:
Jack Kingsman
2026-07-08 14:47:50 -07:00
parent a6c64279e8
commit 2fcbefac3b
7 changed files with 69 additions and 3 deletions
@@ -499,6 +499,7 @@ describe('RepeaterDashboard', () => {
radio: '910.5250244,62.5,7,5',
tx_power: '20',
airtime_factor: '0',
duty_cycle_limit: '100.0%',
repeat_enabled: '1',
flood_max: '3',
};
@@ -336,6 +336,7 @@ describe('useRepeaterDashboard', () => {
radio: null,
tx_power: null,
airtime_factor: null,
duty_cycle_limit: null,
repeat_enabled: null,
flood_max: null,
});