mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Fixing unit tests and formatting
This commit is contained in:
parent
588c78f1d6
commit
5fae1c645d
8 changed files with 48 additions and 18 deletions
|
@ -515,7 +515,7 @@ void init_webserver() {
|
|||
} else if (p->name() == "INVBTYPE") {
|
||||
auto type = atoi(p->value().c_str());
|
||||
settings.saveUInt("INVBTYPE", (int)type);
|
||||
} else if (p->name() == "CANFREQ"){
|
||||
} else if (p->name() == "CANFREQ") {
|
||||
auto type = atoi(p->value().c_str());
|
||||
settings.saveUInt("CANFREQ", type);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue