changing the cell number breaks aux voltage measurment

This commit is contained in:
hamza 2024-07-07 02:39:43 +03:00
parent 879464e587
commit e7b5054e02
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;