remove emsesp namespace

This commit is contained in:
proddy
2025-11-22 22:34:14 +01:00
parent df9a10cb53
commit 132d1292ce
5 changed files with 19 additions and 19 deletions

View File

@@ -36,8 +36,8 @@ WebAPIService * webAPIService;
EMSESP application;
FS dummyFS;
std::shared_ptr<emsesp::EMSESPConsole> shell;
char output_buffer[4096];
std::shared_ptr<EMSESPConsole> shell;
char output_buffer[4096];
class TestStream : public Stream {
public: