feat: add ESP32 build

This commit is contained in:
Patrick Balsiger
2020-09-27 09:20:42 +02:00
parent 7fb97d164a
commit 212baf7660
6 changed files with 29 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
{
"stationMode": 1,
"hostname": "illucat",
"apSSID": "illucat",
"apPassword": "illumination",
"hostname": "bar-light",
"apSSID": "bar-light",
"apPassword": "th3r31sn0sp00n",
"connectTimeout": 5000,
"stationSSID": "wirelos",
"stationPassword": "th3r31sn0sp00n"
}
"stationSSID": "UPC7823296",
"stationPassword": "rthYx4Vnfeza"
}u

View File

@@ -1,7 +1,7 @@
{
"pin": 4,
"length": 8,
"brightness": 127,
"brightness": 50,
"updateInterval": 100,
"defaultColor": 100
}