Fixing unit tests and formatting

This commit is contained in:
Matt Holmes 2025-08-27 19:14:54 +01:00
parent 588c78f1d6
commit 5fae1c645d
8 changed files with 48 additions and 18 deletions

View file

@ -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);
}