4ndreas / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected optimised as Camera Slider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Slider

this is intended to run the FluidNC board as a camera slider

Installation

Please use the latest [Fluid NC firmware] http://wiki.fluidnc.com/

Debug

Run the debug webserver

gulp dev --192.168.2.134

the optional IP proxies to the ESP32 board for live debug

Live update

to update the site of the dev-webserver

gulp update --lang en 

or for the test version that did not sends the commands to the ESP32

gulp updateTest --lang en 

The final build run

gulp package --lang en
  • note that there is not enough memory to compile the site with all languages packackes so you have to chose one or two

About

A Web UI for ESP8266 or ESP32 based boards connected optimised as Camera Slider

License:GNU General Public License v3.0


Languages

Language:JavaScript 65.6%Language:HTML 29.6%Language:CSS 2.7%Language:Smarty 2.0%Language:Batchfile 0.1%