Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/Src/eeprom.c

    r6 r26  
    4848  int32_t         detectedCapacity;
    4949  int32_t         detectedEnergy;
    50   //int32_t       mAh_AutoMode;
    51   //int32_t       mWh_AutoMode;
    5250  int64_t         mAs_AutoMode;                                                         // 160-163      Helps to restore current SoC after Reset or Shutdown
    5351  int64_t         mWs_AutoMode;                                                         // 164-167      Helps to restore current SoC after Reset or Shutdown
     
    298296        /* tBatFull                                     */                                                                                      2,                              // t-batt full 2 Sekunden
    299297        /* uBatFull                                     */                                                                                      14000,                  // 14Volt Ubatt full
    300         /* uBatEmpty                            */                                                                                      11312,                  // 11,312V Ubatt Empty
     298        /* uBatEmpty                            */                                                                                      12500,                  // 11,312V Ubatt Empty
    301299        /* socCalcMode                          */                                                                                      1,                              // SoC calculation mode: 0(default)
    302300        /* cellRatedDischargeTime       */                                                                                      2,                              // cell rated current discharge time [C/x]. For example, if 40Ah cell is rated as 0.5c, then rated discharge time is 2
    303301
    304         /* lvpStart     */                                                                                                                      11200,                  // uint16_t lvpStart; Spannung ab der die LOW Voltage Protection aktiv wird in mV
    305         /* lvpStop      */                                                                                                                      12000,                  // uint16_t lvpStop; Spannung ab der die LOW Voltage Protection wieder inaktiv wird
    306         /* ovpStart     */                                                                                                                      60000,                  // uint16_t  ovpStart; Spannung ab der die OVER Voltage Protection aktiv wird in mV
    307         /* ovpStop      */                                                                                                                      56000,                  // uint16_t  ovpStop; Spannung ab der die OVER Voltage Protection wieder inaktiv wird
     302        /* lvpStart     */                                                                                                                      12000,                  // uint16_t lvpStart; Spannung ab der die LOW Voltage Protection aktiv wird in mV
     303        /* lvpStop      */                                                                                                                      12500,                  // uint16_t lvpStop; Spannung ab der die LOW Voltage Protection wieder inaktiv wird
     304        /* ovpStart     */                                                                                                                      15000,                  // uint16_t  ovpStart; Spannung ab der die OVER Voltage Protection aktiv wird in mV
     305        /* ovpStop      */                                                                                                                      14000,                  // uint16_t  ovpStop; Spannung ab der die OVER Voltage Protection wieder inaktiv wird
    308306
    309307#if (DEVICETYPE == 500)
Note: See TracChangeset for help on using the changeset viewer.