|
@@ -2,7 +2,7 @@
|
2
|
2
|
#include <WiFiClient.h>
|
3
|
3
|
#include <ESP8266WebServer.h>
|
4
|
4
|
#include <WiFiUdp.h>
|
5
|
|
-#include "SHT21.h"
|
|
5
|
+#include <SHT21.h>
|
6
|
6
|
#include <vector>
|
7
|
7
|
#include <WebSocketServer.h>
|
8
|
8
|
#include <WiFiServer.h>
|
|
@@ -109,7 +109,7 @@ const char* htmlBegin = "<html>\
|
109
|
109
|
<head>\
|
110
|
110
|
<title>Sysadmin</title>\
|
111
|
111
|
<script src=\"http://hoegerle-home.de/sysAdmin/js/jquery-3.1.1.min.js\"></script>\
|
112
|
|
- <script src=\"http://hoegerle-home.de/sysAdmin/js/bootstrap.min.js\"></script>\
|
|
112
|
+ <script src=\"http://hoegerle-home.de/sysAdmin/js/bootstrap.min.js\"></script>\
|
113
|
113
|
<script src=\"http://hoegerle-home.de/sysAdmin/js/Chart.bundle.min.js\"></script>\
|
114
|
114
|
<script src=\"http://hoegerle-home.de/sysAdmin/js/script.js\"></script>\
|
115
|
115
|
<link rel=\"stylesheet\" href=\"http://hoegerle-home.de/sysAdmin/css/bootstrap.min.css\" />\
|