Turn on mode A/C if a Beast connection asks for it.
Add a --no-modeac-auto option to disable this.
This commit is contained in:
parent
cbdfd9dc5d
commit
6336611bc7
3 changed files with 27 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ struct { // Internal state
|
|||
int check_crc; // Only display messages with good CRC
|
||||
int raw; // Raw output format
|
||||
int mode_ac; // Enable decoding of SSR Modes A & C
|
||||
int mode_ac_auto; // allow toggling of A/C by Beast commands
|
||||
int debug; // Debugging mode
|
||||
int net; // Enable networking
|
||||
int net_only; // Enable just networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue