mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Make AP name configurable
This commit is contained in:
parent
a8d74f5885
commit
69ae0385fb
4 changed files with 11 additions and 1 deletions
|
@ -506,6 +506,8 @@ void init_webserver() {
|
|||
} else if (p->name() == "SUBNET4") {
|
||||
auto type = atoi(p->value().c_str());
|
||||
settings.saveUInt("SUBNET4", type);
|
||||
} else if (p->name() == "APNAME") {
|
||||
settings.saveString("APNAME", p->value().c_str());
|
||||
} else if (p->name() == "APPASSWORD") {
|
||||
settings.saveString("APPASSWORD", p->value().c_str());
|
||||
} else if (p->name() == "HOSTNAME") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue