Commit e588950d authored by Eric Duminil's avatar Eric Duminil
Browse files

Not needed anymore

parent d634b0db
Pipeline #5833 passed with stage
in 2 minutes and 31 seconds
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
#define STRING_LEN 40 // Should be enough for ip, addresses, passwords... #define STRING_LEN 40 // Should be enough for ip, addresses, passwords...
#if defined(ESP8266)
# include <ESP8266WebServer.h>
#elif defined(ESP32)
# include <WebServer.h>
#endif
#include "config.h" #include "config.h"
#ifndef MEASUREMENT_TIMESTEP #ifndef MEASUREMENT_TIMESTEP
# error Missing config.h file. Please copy config.public.h to config.h. # error Missing config.h file. Please copy config.public.h to config.h.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment