Subversion Repositories FlightCtrl

Rev

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

Rev 2050 Rev 2061
Line 137... Line 137...
137
        }
137
        }
138
        EE_Parameter.GyroAccAbgleich = 32;        // 1/k
138
        EE_Parameter.GyroAccAbgleich = 32;        // 1/k
139
        EE_Parameter.BitConfig = 0;              // Looping usw.
139
        EE_Parameter.BitConfig = 0;              // Looping usw.
140
        EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
140
        EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
141
        EE_Parameter.ExtraConfig = CFG_GPS_AID | CFG2_VARIO_BEEP;
141
        EE_Parameter.ExtraConfig = CFG_GPS_AID | CFG2_VARIO_BEEP;
142
        EE_Parameter.GlobalConfig3 = CFG3_VARIO_FAILSAFE;
142
        EE_Parameter.GlobalConfig3 = 0;//CFG3_VARIO_FAILSAFE; 
143
        EE_Parameter.Receiver = RECEIVER_JETI;
143
        EE_Parameter.Receiver = RECEIVER_JETI;
144
        EE_Parameter.MotorSafetySwitch = 0;
144
        EE_Parameter.MotorSafetySwitch = 0;
145
        EE_Parameter.ExternalControl = 0;
145
        EE_Parameter.ExternalControl = 0;
Line 146... Line 146...
146
 
146
 
Line 211... Line 211...
211
        EE_Parameter.NaviAngleLimitation = 140;
211
        EE_Parameter.NaviAngleLimitation = 140;
212
        EE_Parameter.NaviPH_LoginTime = 5;
212
        EE_Parameter.NaviPH_LoginTime = 5;
213
        EE_Parameter.OrientationAngle = 0;
213
        EE_Parameter.OrientationAngle = 0;
214
        EE_Parameter.CareFreeModeControl = 0;
214
        EE_Parameter.CareFreeModeControl = 0;
215
        EE_Parameter.UnterspannungsWarnung = 33; // Wert : 0-247 ( Automatische Zellenerkennung bei < 50)
215
        EE_Parameter.UnterspannungsWarnung = 33; // Wert : 0-247 ( Automatische Zellenerkennung bei < 50)
216
        EE_Parameter.NotGas = 80;                // Wert : 0-247     // Gaswert bei Empangsverlust (in Prozent)
216
        EE_Parameter.NotGas = 65;                // Wert : 0-247     // Gaswert bei Empangsverlust (ggf. in Prozent)
217
        EE_Parameter.NotGasZeit = 90;            // Wert : 0-247     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
217
        EE_Parameter.NotGasZeit = 90;            // Wert : 0-247     // Zeit bis auf NotGas geschaltet wird, wg. Rx-Problemen
218
        EE_Parameter.MotorSmooth = 0;          
218
        EE_Parameter.MotorSmooth = 0;          
219
        EE_Parameter.ComingHomeAltitude = 0;      // 0 = don't change 
219
        EE_Parameter.ComingHomeAltitude = 0;      // 0 = don't change 
220
        EE_Parameter.FailSafeTime = 0;            // 0 = off
220
        EE_Parameter.FailSafeTime = 0;            // 0 = off
221
        EE_Parameter.MaxAltitude = 150;           // 0 = off
221
        EE_Parameter.MaxAltitude = 150;           // 0 = off