1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

Fixes 8541 and other trainer mode enhancements

This commit is contained in:
elecpower 2021-06-07 21:53:23 +10:00
parent 5239d2c37a
commit dd7ca0aad7
11 changed files with 126 additions and 118 deletions

View file

@ -186,6 +186,9 @@ enum ModuleIndex {
EXTERNAL_MODULE,
SPORT_MODULE,
};
// TODO: simplify at an eeprom change to a single master list and use ui filters. Simplies radio conversions and both radio and companion code
// Companion opentxeeprom.cpp will require after import and before export manipulation removed
enum TrainerMode {
TRAINER_MODE_MASTER_TRAINER_JACK,
TRAINER_MODE_SLAVE,
@ -208,6 +211,7 @@ enum TrainerMode {
};
#endif
// TODO: simplify at an eeprom change to a single master list and use ui filters
#define TRAINER_MODE_MIN() TRAINER_MODE_MASTER_TRAINER_JACK
#if !defined(HARDWARE_EXTERNAL_MODULE)