stephb9959
2022-11-30 11:43:22 -08:00
parent c0171156fa
commit a57cf08c00
2 changed files with 1 additions and 26 deletions

View File

@@ -658,7 +658,7 @@ namespace OpenWifi {
Params.set(uCentralProtocol::URI, URI);
Params.set(uCentralProtocol::KEEP_REDIRECTOR, KeepRedirector ? 1 : 0);
if(!R.sysupgrade_not_allowed() && FWSignature.empty()) {
if(R.sysupgrade_not_allowed() && FWSignature.empty()) {
Poco::URI uri(URI);
FWSignature = SignatureManager()->Sign(R,uri);
}