notabucketofspam / ESP8266-HTML-GPIO

Simple web interface for controlling pins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266-HTML-GPIO

Simple web interface for controlling pins.


Currently only works with GPIO output control.

Planned features:

  • Input / interrupts, not using XMLHttpRequest polling
  • Persistent pin state save / load
  • Remove Page button in HTML

Important: Always use CORE_DEFAULT_CONFIG() when generating program config, and then modify settings from there.

Order of operations:

  • make flash
  • ./mkspiffs_xM.sh
  • make app-flash

SPIFFS metadata must be zero instead of four in menuconfig, this will be automated in a later revision.

About

Simple web interface for controlling pins


Languages

Language:C 57.3%Language:HTML 31.1%Language:Shell 6.5%Language:CMake 3.3%Language:Makefile 1.8%