mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Keep CAN communications active during Equipment Stop
This commit is contained in:
parent
6b19c5849a
commit
43952800b5
2 changed files with 3 additions and 3 deletions
|
@ -179,7 +179,7 @@ void init_webserver() {
|
|||
if (request->hasParam("stop")) {
|
||||
String valueStr = request->getParam("stop")->value();
|
||||
if (valueStr == "true" || valueStr == "1") {
|
||||
setBatteryPause(true, true, true);
|
||||
setBatteryPause(true, false, true);
|
||||
} else {
|
||||
setBatteryPause(false, false, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue