Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update dependencies and pin to working version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Feb 20, 2021
1 parent ab8ebfc commit fc52b34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
clients/web/node_modules/
clients/web/\.vscode/

.pio
.pioenvs
.piolibdeps
lib/readme.txt
Expand Down
16 changes: 8 additions & 8 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ board_build.flash_mode = dout
upload_speed = 115200
upload_resetmethod = nodemcu
lib_deps =
WiFiManager@0.14
AsyncMqttClient
ArduinoJson
WS2812FX
NeoPixelBus
WebSockets
ESPAsyncE131
ESPAsyncUDP
https://github.com/tzapu/WiFiManager.git#440f312
AsyncMqttClient@0.8.2
ArduinoJson@6.14.0
WS2812FX@1.2.2
NeoPixelBus@2.5.6
WebSockets@2.2.0
ESPAsyncE131@1.0.1
https://github.com/me-no-dev/ESPAsyncUDP#697c75a
;PubSubClient ;neede for #define ENABLE_MQTT
;FastLED ;needed for #define CUSTOM_WS2812FX_ANIMATIONS
targets_eum = erase, upload, monitor
Expand Down

0 comments on commit fc52b34

Please sign in to comment.