We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc90f57 commit 27d560dCopy full SHA for 27d560d
esp8266-fastled-webserver/data/js/app.js
@@ -1,10 +1,10 @@
1
// used when hosting the site on the ESP8266
2
-// var address = location.hostname;
3
-// var urlBase = "";
+var address = location.hostname;
+var urlBase = "";
4
5
// used when hosting the site somewhere other than the ESP8266 (handy for testing without waiting forever to upload to SPIFFS/LittleFS)
6
-var address = "192.168.86.36";
7
-var urlBase = "http://" + address + "/";
+// var address = "192.168.86.36";
+// var urlBase = "http://" + address + "/";
8
9
var postColorTimer = {};
10
var postValueTimer = {};
0 commit comments