Files
wlan-cloud-ucentralfms/src/SDK/Prov_SDK.h
2022-10-26 15:00:54 -07:00

16 lines
269 B
C++

//
// Created by stephane bourque on 2021-10-04.
//
#pragma once
#include <string>
namespace OpenWifi::SDK::Prov {
bool GetFirmwareOptions( const std::string & serialNumber, std::string &firmwareUpgrade,
bool &firmwareRCOnly);
};