mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-27 09:12:18 +01:00
wrap string literals in namespace
This commit is contained in:
committed by
Mathieu Carbou
parent
c004ca8cd3
commit
bc8cadbcb4
@@ -38,6 +38,9 @@
|
||||
|
||||
#define MAX_PRINTF_LEN 64
|
||||
|
||||
using namespace asyncsrv;
|
||||
|
||||
|
||||
size_t webSocketSendFrameWindow(AsyncClient* client) {
|
||||
if (!client->canSend())
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user