mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 17:25:10 +03:00
Trainer / trainee on X-LiteS
This commit is contained in:
parent
f0ebcb7d92
commit
6c78f93454
6 changed files with 111 additions and 43 deletions
|
@ -98,13 +98,6 @@ bool isJackPlugged()
|
|||
#endif
|
||||
|
||||
#if defined(PCBXLITES)
|
||||
enum JackState
|
||||
{
|
||||
SPEAKER_ACTIVE,
|
||||
HEADPHONE_ACTIVE,
|
||||
TRAINER_ACTIVE,
|
||||
};
|
||||
|
||||
uint8_t jackState = SPEAKER_ACTIVE;
|
||||
|
||||
const char STR_JACK_HEADPHONE[] = "Headphone";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue