Skip to content

Commit c79117b

Browse files
committed
Quick workaround for TAG not being defined
1 parent f593a71 commit c79117b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WebsocketHandler.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#include "WebsocketHandler.hpp"
22

3+
#ifndef TAG
4+
static const char *TAG = "WebsocketHandler";
5+
#endif
6+
37
namespace httpsserver {
48

59
/**

0 commit comments

Comments
 (0)