1
0
Fork 0
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:
Bertrand Songis 2019-03-05 16:58:12 +01:00
parent f0ebcb7d92
commit 6c78f93454
6 changed files with 111 additions and 43 deletions

View file

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