mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
Feature: Redirect all ESP log output to the MessageOutput handler
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user