mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-14 17:35:22 +01:00
fix: neopixel version, add makefile
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
init:
|
||||
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/master/scripts/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules
|
||||
sudo udevadm control --reload-rules
|
||||
sudo udevadm trigger
|
||||
build:
|
||||
pio run -e build
|
||||
|
||||
flash:
|
||||
pio run -e build -t upload
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"stationMode": 1,
|
||||
"hostname": "bar-light",
|
||||
"apSSID": "bar-light",
|
||||
"apPassword": "th3r31sn0sp00n",
|
||||
"connectTimeout": 5000,
|
||||
"stationSSID": "UPC7823296",
|
||||
"stationPassword": "rthYx4Vnfeza"
|
||||
}u
|
||||
"hostname": "illucat",
|
||||
"apSSID": "illucat",
|
||||
"apPassword": "gabageclot",
|
||||
"connectTimeout": 15000,
|
||||
"stationSSID": "name-vo-dim-home-wifi",
|
||||
"stationPassword": "dis-home-wifi-passwort"
|
||||
}
|
||||
@@ -22,7 +22,7 @@ lib_deps =
|
||||
TaskScheduler
|
||||
SPIFFS
|
||||
ArduinoJson@5.13.4
|
||||
Adafruit NeoPixel
|
||||
Adafruit NeoPixel@1.8.0
|
||||
ESPAsyncTCP
|
||||
ESP8266mDNS
|
||||
ESP Async WebServer
|
||||
|
||||
Reference in New Issue
Block a user