Explorar o código

Added profile for SLA accum GP6012.

Vladimir N. Shilov hai 1 ano
pai
achega
f0562e1454
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -74,6 +74,7 @@ typedef struct accum_profile {
 #define ACCUM_PRIFILE_NUM   3
 accum_profile_t Profile[ACCUM_PRIFILE_NUM] = {
   {"SLA", "12V", 12000, 15000, 10500, 3600, 240, {24,0,0}, "GP12120"},
+  {"SLA", "6V", 1200, 7500, 5250, 360, 24, {24,0,0}, "GP6012"},
   {"LiIon", "1S1", 3200, 4200, 2500, 1625, 65, {4,0,0}, "NCR18650B"},
   {"LiIon", "1S2", 2600, 4200, 2750, 1300, 130, {3,0,0}, "ICR18650-26F"}
 };