Files
wlan-cloud-ucentralfms/src/SDK/Prov_SDK.h
2021-10-21 20:19:55 -07:00

19 lines
351 B
C++

//
// Created by stephane bourque on 2021-10-04.
//
#ifndef OWFMS_PROV_SDK_H
#define OWFMS_PROV_SDK_H
#include "framework/MicroService.h"
namespace OpenWifi::SDK::Prov {
bool GetFirmwareOptions( const std::string & serialNumber, std::string &firmwareUpgrade,
bool &firmwareRCOnly);
};
#endif //OWFMS_PROV_SDK_H