fix: neopixel version, add makefile

This commit is contained in:
2021-10-08 18:47:25 +02:00
parent 2fa6fadac6
commit 05fbbe90ea
3 changed files with 17 additions and 8 deletions

9
Makefile Normal file
View 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

View File

@@ -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"
}

View File

@@ -22,7 +22,7 @@ lib_deps =
TaskScheduler
SPIFFS
ArduinoJson@5.13.4
Adafruit NeoPixel
Adafruit NeoPixel@1.8.0
ESPAsyncTCP
ESP8266mDNS
ESP Async WebServer