Make cellarray definition

This commit is contained in:
Daniel 2024-02-25 22:52:17 +02:00
parent 97e35b2478
commit 5d3cc341c8
23 changed files with 400 additions and 397 deletions

View file

@ -49,4 +49,7 @@
#define DISCHARGING 1
#define CHARGING 2
// Common definitions
#define MAX_AMOUNT_CELLS 192
#endif