mirror of
https://github.com/Telecominfraproject/wlan-cloud-owls.git
synced 2026-01-27 02:22:44 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -376,6 +376,9 @@ namespace OpenWifi {
|
||||
std::string Serial = Params->get("serial");
|
||||
std::uint64_t UUID = Params->get("uuid");
|
||||
auto Configuration = Params->getObject("config");
|
||||
if(Configuration->has("uuid"))
|
||||
std::cout << "UUID from config: " << (std::uint64_t)Configuration->get("uuid");
|
||||
std::cout << "UUID from call: " << UUID;
|
||||
CurrentConfig_ = Configuration;
|
||||
UUID_ = Active_ = UUID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user