-->
Page 1 of 1

Serve dynamic content from SPIFFS

PostPosted: Sat Oct 24, 2015 9:12 am
by andrew melvin
This is a simple lib that allows you to serve dynamic content from SPIFFS.

https://github.com/sticilface/HTTPPrinter

replaces variable xyz between %_xyz_% in the html. see the example.

Re: Serve dynamic content from SPIFFS

PostPosted: Mon Nov 30, 2015 11:57 am
by Trey
Can we get a real usage example? The example tells me nothing about what to do after uploading Spiffs and the sketch?

??? Connect to Wifi "myssid" my actual router not esp8266??

esp8266 SSID - Doesn't show up?

After that navigate to (myHost) in browser?

I want to send a 3d array from my android pc or iphone to the ESP8266 FS for playing an animation.

Is this library the right direction? Where to start?