Subversion Repositories FlightCtrl

Rev

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

Rev 1698 Rev 1701
Line 144... Line 144...
144
        }
144
        }
145
        EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
145
        EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
146
        EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT | CFG2_VARIO_BEEP;// | CFG_SENSITIVE_RC
146
        EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT | CFG2_VARIO_BEEP;// | CFG_SENSITIVE_RC
147
        EE_Parameter.Hoehe_MinGas = 30;
147
        EE_Parameter.Hoehe_MinGas = 30;
148
        EE_Parameter.MaxHoehe     = 255;      // Wert : 0-247   255 -> Poti1
148
        EE_Parameter.MaxHoehe     = 255;      // Wert : 0-247   255 -> Poti1
149
        EE_Parameter.Hoehe_P      = 10;       // Wert : 0-32
149
        EE_Parameter.Hoehe_P      = 15;       // Wert : 0-32
150
        EE_Parameter.Luftdruck_D  = 30;       // Wert : 0-247
150
        EE_Parameter.Luftdruck_D  = 30;       // Wert : 0-247
151
        EE_Parameter.Hoehe_ACC_Wirkung = 00;  // Wert : 0-247
151
        EE_Parameter.Hoehe_ACC_Wirkung = 00;  // Wert : 0-247
152
        EE_Parameter.Hoehe_HoverBand = 8;     // Wert : 0-247
152
        EE_Parameter.Hoehe_HoverBand = 8;     // Wert : 0-247
153
        EE_Parameter.Hoehe_GPS_Z = 64;        // Wert : 0-247
153
        EE_Parameter.Hoehe_GPS_Z = 64;        // Wert : 0-247
154
        EE_Parameter.Hoehe_StickNeutralPoint = 0; // Wert : 0-247 (0 = Hover-Estimation)
154
        EE_Parameter.Hoehe_StickNeutralPoint = 0; // Wert : 0-247 (0 = Hover-Estimation)
Line 253... Line 253...
253
        }
253
        }
254
        EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
254
        EE_Parameter.GlobalConfig = CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
255
        EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT | CFG2_VARIO_BEEP;// CFG_SENSITIVE_RC
255
        EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT | CFG2_VARIO_BEEP;// CFG_SENSITIVE_RC
256
        EE_Parameter.Hoehe_MinGas = 30;
256
        EE_Parameter.Hoehe_MinGas = 30;
257
        EE_Parameter.MaxHoehe     = 255;         // Wert : 0-247   255 -> Poti1
257
        EE_Parameter.MaxHoehe     = 255;         // Wert : 0-247   255 -> Poti1
258
        EE_Parameter.Hoehe_P      = 10;          // Wert : 0-32
258
        EE_Parameter.Hoehe_P      = 15;          // Wert : 0-32
259
        EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-247
259
        EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-247
260
        EE_Parameter.Hoehe_ACC_Wirkung = 0;     // Wert : 0-247
260
        EE_Parameter.Hoehe_ACC_Wirkung = 0;     // Wert : 0-247
261
        EE_Parameter.Hoehe_HoverBand = 8;        // Wert : 0-247
261
        EE_Parameter.Hoehe_HoverBand = 8;        // Wert : 0-247
262
        EE_Parameter.Hoehe_GPS_Z = 64;           // Wert : 0-247
262
        EE_Parameter.Hoehe_GPS_Z = 64;           // Wert : 0-247
263
        EE_Parameter.Hoehe_StickNeutralPoint = 0;// Wert : 0-247 (0 = Hover-Estimation)
263
        EE_Parameter.Hoehe_StickNeutralPoint = 0;// Wert : 0-247 (0 = Hover-Estimation)
Line 361... Line 361...
361
        }
361
        }
362
        EE_Parameter.GlobalConfig = /*CFG_DREHRATEN_BEGRENZER  |*/ CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
362
        EE_Parameter.GlobalConfig = /*CFG_DREHRATEN_BEGRENZER  |*/ CFG_ACHSENKOPPLUNG_AKTIV | CFG_KOMPASS_AKTIV | CFG_GPS_AKTIV | CFG_HOEHEN_SCHALTER;
363
        EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT | CFG2_VARIO_BEEP;// | CFG_SENSITIVE_RC
363
        EE_Parameter.ExtraConfig = CFG2_HEIGHT_LIMIT | CFG2_VARIO_BEEP;// | CFG_SENSITIVE_RC
364
        EE_Parameter.Hoehe_MinGas = 30;
364
        EE_Parameter.Hoehe_MinGas = 30;
365
        EE_Parameter.MaxHoehe     = 255;         // Wert : 0-247   255 -> Poti1
365
        EE_Parameter.MaxHoehe     = 255;         // Wert : 0-247   255 -> Poti1
366
        EE_Parameter.Hoehe_P      = 10;          // Wert : 0-32
366
        EE_Parameter.Hoehe_P      = 15;          // Wert : 0-32
367
        EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-247
367
        EE_Parameter.Luftdruck_D  = 30;          // Wert : 0-247
368
        EE_Parameter.Hoehe_ACC_Wirkung = 0;     // Wert : 0-247
368
        EE_Parameter.Hoehe_ACC_Wirkung = 0;     // Wert : 0-247
369
        EE_Parameter.Hoehe_HoverBand = 8;         // Wert : 0-247
369
        EE_Parameter.Hoehe_HoverBand = 8;         // Wert : 0-247
370
        EE_Parameter.Hoehe_GPS_Z = 64;           // Wert : 0-247
370
        EE_Parameter.Hoehe_GPS_Z = 64;           // Wert : 0-247
371
        EE_Parameter.Hoehe_StickNeutralPoint = 0;// Wert : 0-247 (0 = Hover-Estimation)
371
        EE_Parameter.Hoehe_StickNeutralPoint = 0;// Wert : 0-247 (0 = Hover-Estimation)