Skip to content

Commit 9e15bef

Browse files
committed
Oops.
1 parent 80433f7 commit 9e15bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

esp8266-fastled-webserver/data/js/simple.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.30";
7-
var urlBase = "http://" + address + "/";
6+
// var address = "192.168.86.30";
7+
// var urlBase = "http://" + address + "/";
88

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

0 commit comments

Comments
 (0)