mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2026-03-22 01:02:35 +01:00
Remove OTA, update deps
This commit is contained in:
9
data/config/wifi.json
Normal file
9
data/config/wifi.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"stationMode": 1,
|
||||
"hostname": "illucat",
|
||||
"apSSID": "illucat",
|
||||
"apPassword": "illumination",
|
||||
"connectTimeout": 5000,
|
||||
"stationSSID": "wirelos",
|
||||
"stationPassword": "th3r31sn0sp00n"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"stationMode": 0,
|
||||
"hostname": "illucat",
|
||||
"apSSID": "illucat",
|
||||
"apPassword": "illumination",
|
||||
"connectTimeout": 20000,
|
||||
"stationSSID": "MyWifi",
|
||||
"stationPassword": "myWifiPassword",
|
||||
"meshSSID": "illucat",
|
||||
"meshPassword": "illumination",
|
||||
"meshPort": 5555,
|
||||
"channel": 5
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ircServer": "chat.freenode.net",
|
||||
"ircPort": 6665,
|
||||
"ircNickname": "biermeter",
|
||||
"ircUser": "biermeter"
|
||||
"ircNickname": "illucat",
|
||||
"ircUser": "illucat"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"mqttClientName" : "biermeter",
|
||||
"mqttClientName" : "illucat1",
|
||||
"mqttBrokerHost" : "192.168.1.2",
|
||||
"mqttBrokerPort" : 1883,
|
||||
"mqttRootTopic" : "wirelos/led/biermeter"
|
||||
"mqttRootTopic" : "wirelos/illucat"
|
||||
}
|
||||
@@ -21,8 +21,8 @@
|
||||
data-name="hue"
|
||||
data-topic="pixels/hue"
|
||||
data-default="0"
|
||||
data-external="/gradients.json"
|
||||
></li>
|
||||
data-external="/gradients.json">
|
||||
</li>
|
||||
<li class="form-row ParamColor"
|
||||
data-name="color"
|
||||
data-topic="pixels/color"
|
||||
@@ -70,7 +70,7 @@
|
||||
<span class="heading">Settings</span>
|
||||
<div class="content">
|
||||
<h2>Network</h2>
|
||||
<div class="Form" data-fileName="/config.json" data-name="configForm" data-from="/config.json" data-endpoint="/config"></div>
|
||||
<div class="Form" data-fileName="/config/wifi.json" data-name="configForm" data-from="/config/wifi.json" data-endpoint="/config"></div>
|
||||
<h2>NeoPixel</h2>
|
||||
<div class="Form" data-fileName="/pixelConfig.json" data-name="configForm" data-from="/pixelConfig.json" data-endpoint="/config"></div>
|
||||
<!-- <h2>MQTT</h2>
|
||||
|
||||
12359
data/www/script.js
12359
data/www/script.js
File diff suppressed because it is too large
Load Diff
BIN
data/www/script.js.gz
Normal file
BIN
data/www/script.js.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user