From 2c8b3002d818b33f06cc22d0689468f05a71343d Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Sat, 26 Nov 2022 20:45:20 +0100 Subject: [PATCH] Add option to override duty cycle --- config.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.proto b/config.proto index 71b697c..3468605 100644 --- a/config.proto +++ b/config.proto @@ -664,6 +664,13 @@ message Config { */ uint32 channel_num = 11; + /* + * If true, duty cycle limits will be exceeded and thus you're possibly not following + * the local regulations if you're not a HAM. + * Has no effect if the duty cycle of the used region is 100%. + */ + bool override_duty_cycle = 12; + /* * For testing it is useful sometimes to force a node to never listen to * particular other nodes (simulating radio out of range). All nodenums listed