Adding locations for venue.

This commit is contained in:
stephb9959
2022-03-10 13:53:32 -08:00
parent b68eddcd26
commit 20070a060f

View File

@@ -60,7 +60,7 @@ namespace OpenWifi{
APConfig Device(SerialNumber,Existing.deviceType,Logger(), Explain);
__DBG__
Poco::JSON::Object::Ptr Configuration;
auto Configuration = Poco::makeShared<Poco::JSON::Object>();
if(Device.Get(Configuration)) {
__DBG__
Answer.set("config", Configuration);