stephb9959
2022-12-12 12:04:08 -08:00
parent 9c3a23a8a1
commit 5a2a0cd074

View File

@@ -666,7 +666,7 @@ namespace OpenWifi {
} }
if(!FWSignature.empty()) { if(!FWSignature.empty()) {
std::cout << "Sending signature: " << std::endl; std::cout << "Sending signature: " << FWSignature << std::endl;
Params.set(uCentralProtocol::FWSIGNATURE, FWSignature); Params.set(uCentralProtocol::FWSIGNATURE, FWSignature);
} }