1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 04:45:17 +03:00

Add Ghost module config tool (#8090)

* Ghost menu handling
This commit is contained in:
3djc 2020-11-14 14:57:33 +01:00 committed by GitHub
parent 4de7630286
commit 4c96dbad4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 374 additions and 2 deletions

View file

@ -1128,6 +1128,14 @@ union ReusableBuffer
uint8_t moduleOFF;
} spectrumAnalyser;
#if defined(GHOST)
struct {
GhostMenuData line[GHST_MENU_LINES + 1];
uint8_t menuAction;
uint8_t buttonAction;
} ghostMenu;
#endif
struct {
uint32_t freq;
int16_t power;