Added include of wifiManager to webUpdater

This commit is contained in:
Kai Lauterbach 2022-05-14 19:54:51 +02:00
parent 4fcb7ba2a7
commit 116dfa658f

View file

@ -11,6 +11,7 @@
#include <ESP8266HTTPUpdateServer.h>
#include <WiFiClient.h>
#include <WiFiManager.h> // WiFiManager from bib manager
ESP8266WebServer httpServer(8080);
ESP8266HTTPUpdateServer httpUpdater;