Increase all references to 192

This commit is contained in:
Daniel 2024-02-25 13:16:58 +02:00
parent 99a85e8c16
commit 97e35b2478
21 changed files with 21 additions and 21 deletions

View file

@ -26,7 +26,7 @@ String cellmonitor_processor(const String& var) {
// Visualize the populated cells in forward order using flexbox with conditional text color
content += "<div class='container'>";
for (int i = 0; i < 120; ++i) {
for (int i = 0; i < 192; ++i) {
// Skip empty values
if (system_cellvoltages_mV[i] == 0) {
continue;