- Easy to use (same use as
Serial
) - Multiple clients
- Automatic scrolling
- Timestamps
- Filter with RegExp support
- Responsive design (works on smartphones and tablets)
platformio.ini
lib_deps =
https://github.com/sivar2311/WebMonitor
WebMonitor can be used in the same way like Serial
.
WebMonitor.println("Hello World!");
WebMonitor.printf("Free heap: %d\r\n", ESP.getFreeHeap());
For detailed use, see examples: