changing the cell number breaks aux voltage measurment
This commit is contained in:
parent
879464e587
commit
e7b5054e02
Core
@ -13,7 +13,7 @@
|
||||
#include "main.h"
|
||||
|
||||
|
||||
#define MAXIMUM_CELL_VOLTAGES 13
|
||||
#define MAXIMUM_CELL_VOLTAGES 16
|
||||
#define MAXIMUM_AUX_VOLTAGES 10
|
||||
#define MAXIMUM_GPIO 10
|
||||
|
||||
|
@ -28,7 +28,7 @@ uint16_t amsov = 0;
|
||||
uint8_t amserrorcode = 0;
|
||||
uint8_t amswarningcode = 0;
|
||||
|
||||
uint8_t numberofCells = 13;
|
||||
uint8_t numberofCells = 16;
|
||||
uint8_t numberofAux = 0;
|
||||
|
||||
uint8_t packetChecksumFails = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user