minor changes

This commit is contained in:
Proddy
2023-01-08 19:51:30 +01:00
parent da04a0d161
commit 9b54c1aa04
3 changed files with 6 additions and 11 deletions

View File

@@ -22,13 +22,9 @@
#include "console.h"
// #define APP_SHELL_TYPE uuid::console::StreamConsole, public EMSESPShell
#define APP_SHELL_TYPE EMSESPShell
// #define APP_SHELL_TYPE uuid::console::StreamConsole
namespace emsesp {
class EMSESPConsole : public APP_SHELL_TYPE {
class EMSESPConsole : public EMSESPShell {
public:
EMSESPConsole(EMSESP & emsesp, Stream & stream, bool local);
#ifndef ENV_NATIVE