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:
Oliver Jowett 2016-12-29 17:56:32 +00:00
parent cbdfd9dc5d
commit 6336611bc7
3 changed files with 27 additions and 0 deletions

View file

@ -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