Rev 1880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1880 | Rev 1897 | ||
---|---|---|---|
Line 455... | Line 455... | ||
455 | - Höhenvorgabe im Vario-Mode durch Waypoints |
455 | - Höhenvorgabe im Vario-Mode durch Waypoints |
456 | - bei laufenden Motoren keine neuen Settings annehmen |
456 | - bei laufenden Motoren keine neuen Settings annehmen |
457 | - immer einmal Carefree Beepen nach dem Kalibrieren |
457 | - immer einmal Carefree Beepen nach dem Kalibrieren |
458 | - Kanaloffset für Potis von 110 auf 127 erhöht, damit es gleich ist mit allen anderen Kanälen |
458 | - Kanaloffset für Potis von 110 auf 127 erhöht, damit es gleich ist mit allen anderen Kanälen |
459 | - POI-Richtung (Soll-Himmelsrichtung) bezieht sich auf den Kamera-Winkel |
459 | - POI-Richtung (Soll-Himmelsrichtung) bezieht sich auf den Kamera-Winkel |
- | 460 | ================================================================================================================ |
|
- | 461 | MaxSize Flashsize is 63488 bytes on Atmega644 |
|
Line -... | Line 462... | ||
- | 462 | ||
- | 463 | =============== Jeti+ Version v0.84a ============== |
|
- | 464 | ||
- | 465 | JETI+ Version sponsored by Flyinghigh.ch, progammed by MartinW |
|
- | 466 | ||
- | 467 | THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! |
|
- | 468 | Please test it before using on your high-end Equipment. |
|
- | 469 | ||
- | 470 | Emergency-Gas instead of configurable Highswitch |
|
- | 471 | Jeti-Menu_SetPoint Menu removed |
|
- | 472 | ||
- | 473 | Panorama Trigger; J16 will be overwritten, Output 1 Bitmask must be cleared |
|
- | 474 | ||
- | 475 | recommended Userparameter; |
|
- | 476 | UP3 Variobeep on >=1 / off = 0, only if you are on the first Jetipage (spoti3 poti7) |
|
- | 477 | UP4 Angle of Pano Trigger, normaly 10...180 (spoti4 poti8) |
|
- | 478 | UP5 200 Trigger delay |
|
- | 479 | UP6 170 Trigger interval, depends on your Camera, 170 is for Canon 5D |
|
- | 480 | UP7 2 Motorsmoothing, 0 is with the original Code, 1...100 is adjustable |
|
- | 481 | UP8 enable Pano if >=200 |
|
Line -... | Line 482... | ||
- | 482 | ||
- | 483 | ||
- | 484 | Serialpoti 1 Steps of 1 |
|
- | 485 | Serialpoti 2 Steps of 1 |
|
- | 486 | Serialpoti 3 Steps of 5 |
|
Line 460... | Line -... | ||
460 | - | ||
461 | 487 | Serialpoti 4 Steps of 10 |
|
- | 488 | all initialized on 0 (rc.c) |
|
- | 489 | ||
- | 490 | sponsored Message until calibration in first Jetipage or 10 Seconds |
|
- | 491 | ||
- | 492 | Motortest bug removed; only one Motor at the same Time |
|
- | 493 | ||
- | 494 | LED init modified; |
|
- | 495 | /// J16_OFF; /// MartinW: removed because of switching during calibration, not useful for activate fireworks |
|
- | 496 | /// J17_OFF; |
|
- | 497 | ||
- | 498 | Compiler Switch for: |
|
- | 499 | //#define WITH_MKTOOL_Display /// MartinW; memsave, with MKTool Display 70604-63130 |
|
- | 500 | //#define WITHSPECTRUM /// MartinW; memsave |
|
- | 501 | //#define WITH_FULL_ANALOG_TEXT /// MartinW; memsave |
|
- | 502 | //#define WITH_ExternControl /// MartinW; memsave //thanks to MartinR |
|
- | 503 | //#define WITH_ORIGINAL_MOTORSMOOTHING /// MartinW; memsave 63312-63164 |
|
- | 504 | //#define WITH_JETI_SIMULATION /// MartinW; memsave 63312-63016 |
|
- | 505 | #define WITH_JETI_BEEP /// MartinW; 63072-63038; 63216-63050 |
|
- | 506 | #define WITH_PANOTRIGGER /// MartinW; 63328-63118 |
|
- | 507 | ||
- | 508 | Todo; |
|
- | 509 | Jeti+ Menu with Compiler-Switch |
|
- | 510 | ||
- | 511 | Emergency sinking; |
|
- | 512 | FromNC_AltitudeSpeed = FromNaviCtrl.Param.Byte[9]; |
|
- | 513 | FromNC_AltitudeSetpoint = (long) FromNaviCtrl.Param.sInt[5] * 10; // in cm |
|
- | 514 | long FromNC_AltitudeSetpoint = 0; |
|
- | 515 | unsigned char FromNC_AltitudeSpeed = 0; |
|
- | 516 |