mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-16 04:43:53 +00:00
Some changes
This commit is contained in:
@@ -1611,8 +1611,8 @@ void AmsWebServer::handleSave() {
|
||||
}
|
||||
debugger->setPassword(webConfig.password);
|
||||
} else {
|
||||
strcpy_P(webConfig.username, PSTR(""));
|
||||
strcpy_P(webConfig.password, PSTR(""));
|
||||
memset(webConfig.username, 0, 37);
|
||||
memset(webConfig.password, 0, 37);
|
||||
debugger->setPassword(F(""));
|
||||
}
|
||||
strcpy(webConfig.context, server.arg(F("gc")).c_str());
|
||||
|
||||
Reference in New Issue
Block a user