Subversion Repositories FlightCtrl

Rev

Rev 1283 | Rev 1316 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1283 Rev 1312
Line 18... Line 18...
18
}
18
}
Line 19... Line 19...
19
 
19
 
20
void DefaultKonstanten1(void)
20
void DefaultKonstanten1(void)
21
{
21
{
-
 
22
 EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV;//CFG_HOEHEN_SCHALTER
22
 EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV;//CFG_HOEHEN_SCHALTER
23
 EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT;// | CFG2_VARIO_BEEP | CFG_SENSITIVE_RC
23
 EE_Parameter.Hoehe_MinGas = 30;
24
 EE_Parameter.Hoehe_MinGas = 30;
24
 EE_Parameter.MaxHoehe     = 251;      // Wert : 0-250   251 -> Poti1
25
 EE_Parameter.MaxHoehe     = 251;      // Wert : 0-250   251 -> Poti1
25
 EE_Parameter.Hoehe_P      = 10;       // Wert : 0-32
26
 EE_Parameter.Hoehe_P      = 10;       // Wert : 0-32
26
 EE_Parameter.Luftdruck_D  = 30;       // Wert : 0-250
27
 EE_Parameter.Luftdruck_D  = 30;       // Wert : 0-250
Line 98... Line 99...
98
 memcpy(EE_Parameter.Name, "Sport\0", 12);
99
 memcpy(EE_Parameter.Name, "Sport\0", 12);
99
}
100
}
100
void DefaultKonstanten2(void)
101
void DefaultKonstanten2(void)
101
{
102
{
102
 EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV;///*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01;
103
 EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV;///*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01;
-
 
104
 EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT;// | CFG2_VARIO_BEEP | CFG_SENSITIVE_RC
103
 EE_Parameter.Hoehe_MinGas = 30;
105
 EE_Parameter.Hoehe_MinGas = 30;
104
 EE_Parameter.MaxHoehe     = 251;         // Wert : 0-250   251 -> Poti1
106
 EE_Parameter.MaxHoehe     = 251;         // Wert : 0-250   251 -> Poti1
105
 EE_Parameter.Hoehe_P      = 10;          // Wert : 0-32
107
 EE_Parameter.Hoehe_P      = 10;          // Wert : 0-32
106
 EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-250
108
 EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-250
107
 EE_Parameter.Hoehe_ACC_Wirkung = 30;     // Wert : 0-250
109
 EE_Parameter.Hoehe_ACC_Wirkung = 30;     // Wert : 0-250
Line 179... Line 181...
179
}
181
}
Line 180... Line 182...
180
 
182
 
181
void DefaultKonstanten3(void)
183
void DefaultKonstanten3(void)
182
{
184
{
-
 
185
 EE_Parameter.GlobalConfig = CFG_DREHRATEN_BEGRENZER | CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV;///*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01;
183
 EE_Parameter.GlobalConfig = CFG_DREHRATEN_BEGRENZER | CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV;///*CFG_HOEHEN_SCHALTER |*/ CFG_KOMPASS_AKTIV;//0x01;
186
 EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT;// | CFG2_VARIO_BEEP | CFG_SENSITIVE_RC
184
 EE_Parameter.Hoehe_MinGas = 30;
187
 EE_Parameter.Hoehe_MinGas = 30;
185
 EE_Parameter.MaxHoehe     = 251;         // Wert : 0-250   251 -> Poti1
188
 EE_Parameter.MaxHoehe     = 251;         // Wert : 0-250   251 -> Poti1
186
 EE_Parameter.Hoehe_P      = 10;          // Wert : 0-32
189
 EE_Parameter.Hoehe_P      = 10;          // Wert : 0-32
187
 EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-250
190
 EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-250