mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-26 16:52:20 +01:00
wrap string literals in namespace
This commit is contained in:
committed by
Mathieu Carbou
parent
c004ca8cd3
commit
bc8cadbcb4
@@ -24,6 +24,8 @@
|
||||
#include "AsyncEventSource.h"
|
||||
#include "literals.h"
|
||||
|
||||
using namespace asyncsrv;
|
||||
|
||||
static String generateEventMessage(const char* message, const char* event, uint32_t id, uint32_t reconnect) {
|
||||
String ev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user