add syrlinks submode handling
This commit is contained in:
@ -6,6 +6,14 @@
|
||||
|
||||
namespace syrlinks {
|
||||
|
||||
enum Submode {
|
||||
DEFAULT,
|
||||
TX_STANDBY,
|
||||
TX_MODULATION,
|
||||
// TODO: Is this needed?
|
||||
TX_CW
|
||||
};
|
||||
|
||||
static constexpr uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::SYRLINKS;
|
||||
|
||||
static constexpr Event FDIR_REACTION_IGNORED = event::makeEvent(SUBSYSTEM_ID, 0, severity::MEDIUM);
|
||||
|
Reference in New Issue
Block a user