Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 872 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 872 Bytes

WebMonitor for ESP8266 & ESP32

Features

  • Easy to use (same use as Serial)
  • Multiple clients
  • Automatic scrolling
  • Timestamps
  • Filter with RegExp support
  • Responsive design (works on smartphones and tablets)

Preview

Light mode

image

Dark mode

image

Responsive

image

Demo

image

Installation

platformio.ini

lib_deps =
  https://github.com/sivar2311/WebMonitor

Usage

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: