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 9511641 commit 43e9d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdks/SDK_fms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ namespace OpenWifi::SDK::FMS {
if (GetDeviceTypeFirmwares(device_type, Firmwares)) {
std::cout << __LINE__ << std::endl;
for (const auto &firmware : Firmwares) {
std::cout << "'" << firmware.revision << "' == '" << revision << "'" << std::endl;
if (firmware.revision == revision) {
std::cout << __LINE__ << std::endl;
Firmware = firmware;
Expand Down

0 comments on commit 43e9d8a

Please sign in to comment.