Skip to content

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Jan 19, 2019

Webserver:
import @darkain's Webserver rewrite from https://github.com/cosplaylighting/Arduino
+update host emulation

To try this new webserver,
uncomment USING_NEW_WEBSERVER in libraries/ESP8266WebServer/src/ESP8266WebServer.h

#include "ESP8266WebServerLegacy.h"
#include "ESP8266WebServerNew.h"

//#define USING_NEW_WEBSERVER

#ifdef USING_NEW_WEBSERVER
using namespace WebServerDarkain;
#else
using namespace WebServerLegacy;
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant