Revise commands from testing round

This commit is contained in:
Daniel Öster 2024-11-15 22:58:36 +02:00
parent c2e92aee02
commit 115e7db33f
3 changed files with 30 additions and 56 deletions

View file

@ -356,7 +356,7 @@ String advanced_battery_processor(const String& var) {
content += "<script>";
content +=
"function askResetSOH() { if (window.confirm('Are you sure you want to reset degradation data? "
"Note this only works for 30kWh LEAF BMS')) { "
"Note this should only be used on 2011-2017 24/30kWh batteries!')) { "
"resetSOH(); } }";
content += "function resetSOH() {";
content += " var xhr = new XMLHttpRequest();";