mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add option to override duty cycle
This commit is contained in:
parent
25377930b5
commit
2c8b3002d8
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue