Add Webserial (#444)

* Webserial

* Webserial
This commit is contained in:
iranl
2024-08-09 11:35:42 +02:00
committed by GitHub
parent 44b5f71b40
commit 43ac62a22d
86 changed files with 1846 additions and 1192 deletions

View File

@@ -54,6 +54,7 @@ public:
#endif
void disableAutoRestarts(); // disable on OTA start
void disableMqtt();
String localIP();
void subscribe(const char* prefix, const char* path);
void initTopic(const char* prefix, const char* path, const char* value);