Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13200
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Dec 14, 2023
1 parent 5a646eb commit fc307da
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/sdks/SDK_fms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,9 @@ namespace OpenWifi::SDK::FMS {
}
return true;
}
static int done=0;
if(!done) {
for (const auto &Firmware: FirmWares) {
std::cout << "Firmware: " << Firmware.revision << std::endl;
}
for (const auto &Firmware: FirmWares) {
std::cout << "Firmware: " << Firmware.revision << std::endl;
}
done=1;
return false;
}

Expand Down

0 comments on commit fc307da

Please sign in to comment.