Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 306 → Rev 307

/QMK-Groundstation/trunk/Parameter_Positions.h
61,8 → 61,17
 
// Positionen der Setting-Parameter
///////////////////////////////////
 
#ifdef _BETA_
static const int VERSION_SETTINGS = 75;
static const int VERSION_MIXER = 1;
#else
static const int VERSION_SETTINGS = 74;
static const int VERSION_MIXER = 1;
#endif
 
static const int MAXMOTOR = 12;
 
static const int MaxParameter = 93;
 
static const int P_KANAL_GAS = 0;