Changes in trunk/firmware/Src/eeprom.c [26:6]
- File:
-
- 1 edited
-
trunk/firmware/Src/eeprom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware/Src/eeprom.c
r26 r6 48 48 int32_t detectedCapacity; 49 49 int32_t detectedEnergy; 50 //int32_t mAh_AutoMode; 51 //int32_t mWh_AutoMode; 50 52 int64_t mAs_AutoMode; // 160-163 Helps to restore current SoC after Reset or Shutdown 51 53 int64_t mWs_AutoMode; // 164-167 Helps to restore current SoC after Reset or Shutdown … … 296 298 /* tBatFull */ 2, // t-batt full 2 Sekunden 297 299 /* uBatFull */ 14000, // 14Volt Ubatt full 298 /* uBatEmpty */ 1 2500, // 11,312V Ubatt Empty300 /* uBatEmpty */ 11312, // 11,312V Ubatt Empty 299 301 /* socCalcMode */ 1, // SoC calculation mode: 0(default) 300 302 /* 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 301 303 302 /* lvpStart */ 1 2000, // uint16_t lvpStart; Spannung ab der die LOW Voltage Protection aktiv wird in mV303 /* lvpStop */ 12 500, // uint16_t lvpStop; Spannung ab der die LOW Voltage Protection wieder inaktiv wird304 /* ovpStart */ 15000, // uint16_t ovpStart; Spannung ab der die OVER Voltage Protection aktiv wird in mV305 /* ovpStop */ 14000, // uint16_t ovpStop; Spannung ab der die OVER Voltage Protection wieder inaktiv wird304 /* 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 306 308 307 309 #if (DEVICETYPE == 500)
Note: See TracChangeset
for help on using the changeset viewer.
