mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-15 17:58:20 +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,
|
"stationMode": 1,
|
||||||
"hostname": "bar-light",
|
"hostname": "illucat",
|
||||||
"apSSID": "bar-light",
|
"apSSID": "illucat",
|
||||||
"apPassword": "th3r31sn0sp00n",
|
"apPassword": "gabageclot",
|
||||||
"connectTimeout": 5000,
|
"connectTimeout": 15000,
|
||||||
"stationSSID": "UPC7823296",
|
"stationSSID": "name-vo-dim-home-wifi",
|
||||||
"stationPassword": "rthYx4Vnfeza"
|
"stationPassword": "dis-home-wifi-passwort"
|
||||||
}u
|
}
|
||||||
@@ -22,7 +22,7 @@ lib_deps =
|
|||||||
TaskScheduler
|
TaskScheduler
|
||||||
SPIFFS
|
SPIFFS
|
||||||
ArduinoJson@5.13.4
|
ArduinoJson@5.13.4
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel@1.8.0
|
||||||
ESPAsyncTCP
|
ESPAsyncTCP
|
||||||
ESP8266mDNS
|
ESP8266mDNS
|
||||||
ESP Async WebServer
|
ESP Async WebServer
|
||||||
|
|||||||
Reference in New Issue
Block a user