Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 513 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 513 Bytes

WebPortal

WebPortal is a library for creating web interfaces for your ESP8266. This library supports the following features:

  • Page design with a C++ sketch
  • Dynamic change of data on the page without reloading
  • Automatic generation of HTML, CSS & JS
  • Two-way client-server interaction

Installation

  1. Download the latest release from here
  2. Unzip the archive
  3. Copy the WebPortal folder to your Arduino libraries folder
  4. Restart the Arduino IDE