Skip to content

Commit 27d560d

Browse files
committed
Fixed app.js
1 parent fc90f57 commit 27d560d

File tree

1 file changed

+4
-4
lines changed
  • esp8266-fastled-webserver/data/js

1 file changed

+4
-4
lines changed

esp8266-fastled-webserver/data/js/app.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// used when hosting the site on the ESP8266
2-
// var address = location.hostname;
3-
// var urlBase = "";
2+
var address = location.hostname;
3+
var urlBase = "";
44

55
// 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 + "/";
6+
// var address = "192.168.86.36";
7+
// var urlBase = "http://" + address + "/";
88

99
var postColorTimer = {};
1010
var postValueTimer = {};

0 commit comments

Comments
 (0)