GitXplorerGitXplorer
N

ESPtest

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
edd13a7d4db1c301d828e72cdda7671e77c3fc6d

Build LCD-sync

NNickatak committed 3 years ago
Unverified
ca51522bbb6cea43678f3ab8b0d9f1afe05d5407

Build

NNickatak committed 3 years ago
Unverified
4065160ede9da3bff6ca57dd30bb869c81e4524e

Build

NNickatak committed 3 years ago
Unverified
5a80a189834fa2bba082811e184bac15692dddaf

Build

NNickatak committed 3 years ago
Unverified
d30935cd11a3a021aa10e90221ab8e2a2313efe5

Build

NNickatak committed 3 years ago
Unverified
ae85046b931fab1d2f0ab952ffd0863c354dc51f

Build

NNickatak committed 3 years ago

README

The README file for this repository.

A nicely modularized webserver for the ESP8266. I tried to make this as pythonic as possible, because sometimes C++ just sucks.

To add a basic route, simply:

  1. Add a template (EG: templates/example_template.html).
  2. Write all inline HTML/JS (I know, it kind of still sucks).
  3. Run parser.py.
  4. Add a function to server->send() your template in routes.h/routes.cpp.
  5. Modify the route_list in the startServer() function inside of utils.cpp to assign it a path.