1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Popup in module information screen

This commit is contained in:
Bertrand Songis 2019-11-22 17:08:55 +01:00
parent 64c3164ed4
commit 33e320a581
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
3 changed files with 13 additions and 5 deletions

View file

@ -571,7 +571,7 @@ PACK(struct GlobalData {
uint8_t unexpectedShutdown:1;
uint8_t externalAntennaEnabled:1;
uint8_t authenticationCount:2;
uint8_t authenticationPopup:1;
uint8_t upgradeModulePopup:1;
uint8_t spare:3;
});