This commit is contained in:
e2002
2022-09-05 11:10:54 +03:00
parent b574b4ab8d
commit da238ea42a
24 changed files with 470 additions and 214 deletions

View File

@@ -26,6 +26,7 @@ class Telnet {
void on_input(const char* str, byte clientId);
private:
bool _isIPSet(IPAddress ip);
void handleSerial();
};
extern Telnet telnet;