mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Increase all references to 192
This commit is contained in:
parent
99a85e8c16
commit
97e35b2478
21 changed files with 21 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue