1
0
Fork 0
mirror of https://github.com/lumapu/ahoy.git synced 2025-05-24 14:26:11 +02:00

corrected points which were found during review of @stefan123t

This commit is contained in:
lumapu 2022-09-09 08:09:12 +02:00
parent f651811359
commit b1fa6e0702
3 changed files with 29 additions and 11 deletions
tools/esp8266/html

View file

@ -48,11 +48,11 @@
ch0.appendChild(sub);
switch(j) {
case 2: total[j] += val; break;
case 6: total[j] += val; break;
case 7: total[j] += val; break;
case 8: total[j] += val; break;
case 10: total[j] += val; break;
case 2: total[j] += val; break; // P_AC
case 6: total[j] += val; break; // YieldTotal
case 7: total[j] += val; break; // YieldDay
case 8: total[j] += val; break; // P_DC
case 10: total[j] += val; break; // P_ACr
}
}
}