Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1998 → Rev 1999

/branches/V0.86d_MartinW_Jeti+V0.20/version.txt
487,37 → 487,7
Serialpoti 3 Steps of 5
Serialpoti 4 Steps of 10
all initialized on 0 (rc.c)
sponsored Message until calibration in first Jetipage or 10 Seconds
 
Motortest bug removed; only one Motor at the same Time
LED init modified;
/// J16_OFF; /// MartinW: removed because of switching during calibration, not useful for activate fireworks
/// J17_OFF;
 
Compiler Switch for:
//#define WITH_MKTOOL_Display /// MartinW; memsave, with MKTool Display 70604-63130
//#define WITHSPECTRUM /// MartinW; memsave
//#define WITH_FULL_ANALOG_TEXT /// MartinW; memsave
//#define WITH_ExternControl /// MartinW; memsave //thanks to MartinR
//#define WITH_ORIGINAL_MOTORSMOOTHING /// MartinW; memsave 63312-63164
//#define WITH_JETI_SIMULATION /// MartinW; memsave 63312-63016
#define WITH_JETI_BEEP /// MartinW; 63072-63038; 63216-63050
#define WITH_PANOTRIGGER /// MartinW; 63328-63118
 
Todo;
Jeti+ Menu with Compiler-Switch
Emergency sinking;
FromNC_AltitudeSpeed = FromNaviCtrl.Param.Byte[9];
FromNC_AltitudeSetpoint = (long) FromNaviCtrl.Param.sInt[5] * 10; // in cm
long FromNC_AltitudeSetpoint = 0;
unsigned char FromNC_AltitudeSpeed = 0;
 
else // Gas Stick in Hover Range
LN 1528 if(FromNC_AltitudeSpeed && FromNC_AltitudeSetpoint < SollHoehe) // von NC gesteuert -> sinken
 
 
- MK-Tool Display geht nun mit FC2.1 Typfehler beseitigt.
- Motortest bug removed; only one Motor at the same Time
- Hottmenü deaktiviert.