mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
Re #1510 - Added switches warning, better protocol warnings and limited display to max 10 warnings
This commit is contained in:
parent
559bb83864
commit
4ae9585080
8 changed files with 27 additions and 15 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "helpers.h"
|
||||
#include "wizarddata.h"
|
||||
|
||||
QString EEPROMWarnings;
|
||||
std::list<QString> EEPROMWarnings;
|
||||
|
||||
const char * switches9X[] = { "3POS", "THR", "RUD", "ELE", "AIL", "GEA", "TRN" };
|
||||
const char * switchesX9D[] = { "SA", "SB", "SC", "SD", "SE", "SF", "SG", "SH" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue