Compare commits

...

1 Commits

Author SHA1 Message Date
Carsten Schafer
5bc7557f0a Change to force re-build for testing
Signed-off-by: Carsten Schafer <Carsten.Schafer@kinarasystems.com>
2025-07-31 15:10:37 -04:00
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ the OWGW, you either need to [build it](#building) or use the [Docker version](#
To build the microservice from source, please follow the instructions in [here](./BUILDING.md)
## Docker
To use the CLoudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy)
To use the CloudSDK deployment please follow [here](https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy)
#### Expected directory layout
From the directory where your cloned source is, you will need to create the `certs`, `logs`, and `uploads` directories.

View File

@@ -1,7 +1,6 @@
//
// Created by stephane bourque on 2022-07-16.
//
#pragma once
#include "Poco/Notification.h"
@@ -148,4 +147,4 @@ namespace OpenWifi {
};
inline auto VenueBroadcaster() { return VenueBroadcaster::instance(); }
} // namespace OpenWifi
} // namespace OpenWifi