Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions src/VenueBroadcaster.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//
// Created by stephane bourque on 2022-07-16.
//

#pragma once

#include "Poco/Notification.h"
Expand Down Expand Up @@ -148,4 +147,4 @@ namespace OpenWifi {
};

inline auto VenueBroadcaster() { return VenueBroadcaster::instance(); }
} // namespace OpenWifi
} // namespace OpenWifi
Loading