Subversion Repositories Projects

Rev

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

Rev 2212 Rev 2214
Line 31... Line 31...
31
 *   Harald Bongartz "HaraldB" for providing his Ideas and Code for usibility*
31
 *   Harald Bongartz "HaraldB" for providing his Ideas and Code for usibility*
32
 *****************************************************************************/
32
 *****************************************************************************/
33
//############################################################################
33
//############################################################################
34
//# HISTORY  eeprom.c
34
//# HISTORY  eeprom.c
35
//#
35
//#
-
 
36
//# 14.10.2015 Starter
-
 
37
//# - chg: rename FM_Azimuth and FM_Distance to FM_Offest_lat and FM_Offset_long
-
 
38
//#
36
//# 03.08.2015 CB
39
//# 03.08.2015 CB
37
//# - chg: Obsolete Parameter geändert und für FollowMe verwendet, EEprom Version bleibt gleich
40
//# - chg: Obsolete Parameter geändert und für FollowMe verwendet, EEprom Version bleibt gleich
38
//#        Parameter FM_Refresh in FM_Azimuth geändert
41
//#        Parameter FM_Refresh in FM_Azimuth geändert
39
//#        Parameter hyst_u_min in FM_Distance geändert
42
//#        Parameter hyst_u_min in FM_Distance geändert
40
//#        Initialisierung der neuen Parameter hinzugefügt
43
//#        Initialisierung der neuen Parameter hinzugefügt
Line 664... Line 667...
664
    Config.OSD_ScreenMode   = 0;                                // Variante des OSD Screen
667
    Config.OSD_ScreenMode   = 0;                                // Variante des OSD Screen
665
    Config.OSD_LipoBar      = 0;                                // Bargraphanzeige für MK Lipo
668
    Config.OSD_LipoBar      = 0;                                // Bargraphanzeige für MK Lipo
666
    Config.PKT_Baudrate     = Baud_57600;                       // Baudrate für BT und Wi232
669
    Config.PKT_Baudrate     = Baud_57600;                       // Baudrate für BT und Wi232
667
    Config.PKT_Accutyp      = true;                             // verwendeter Akkutyp (true=Lipo, false=LiON)
670
    Config.PKT_Accutyp      = true;                             // verwendeter Akkutyp (true=Lipo, false=LiON)
668
    Config.Lipo_UOffset     = 10000;                            // Offset für PKT-Lipomessung
671
    Config.Lipo_UOffset     = 10000;                            // Offset für PKT-Lipomessung
669
    Config.FM_Azimuth       = 0;                                // FollowMe Azimuth
672
    Config.FM_Offest_Latitude       = 0;                                // FollowMe Azimuth
670
    Config.FM_Distance      = 0;                                // FollowMe Distance
673
    Config.FM_Offset_Longitude      = 0;                                // FollowMe Distance
671
    Config.FM_Speed         = 30;                               // FollowMe Speed in m/s *0.1
674
    Config.FM_Speed         = 30;                               // FollowMe Speed in m/s *0.1
672
    Config.FM_Radius        = 5;                                // Waypoint Tolerance Radius in meter
675
    Config.FM_Radius        = 5;                                // Waypoint Tolerance Radius in meter
673
    Config.HWSound          = 0;                                // Hardware Sounderweiterung an PD7
676
    Config.HWSound          = 0;                                // Hardware Sounderweiterung an PD7
674
    Config.HWBeeper         = 1;                                // Hardware Beeper an PC7
677
    Config.HWBeeper         = 1;                                // Hardware Beeper an PC7
675
    Config.Volume           = 0;                                // Lautstaerke
678
    Config.Volume           = 0;                                // Lautstaerke