Feature: Redirect all ESP log output to the MessageOutput handler

This commit is contained in:
Thomas Basler
2025-04-18 15:01:01 +02:00
parent 98e6d05e4e
commit 724890147f
3 changed files with 17 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ public:
size_t write(const uint8_t* buffer, size_t size) override;
void register_ws_output(AsyncWebSocket* output);
static int log_vprintf(const char *fmt, va_list arguments);
private:
void loop();