1
0
Fork 0
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:
Damjan Adamic 2014-07-14 20:11:21 +02:00
parent 559bb83864
commit 4ae9585080
8 changed files with 27 additions and 15 deletions

View file

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