mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Revise commands from testing round
This commit is contained in:
parent
c2e92aee02
commit
115e7db33f
3 changed files with 30 additions and 56 deletions
|
@ -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();";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue