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