Skip to content

Commit

Permalink
Fix pio errors (sidoh#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsachse authored Oct 14, 2020
1 parent 27a1a6a commit 37c250b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ board_f_cpu = 160000000L
lib_deps_builtin =
SPI
lib_deps_external =
sidoh/WiFiManager#cmidgley
WiFiManager=https://github.com/sidoh/WiFiManager.git#cmidgley
RF24@~1.3.2
ArduinoJson@~6.10.1
PubSubClient@~2.7
ratkins/RGBConverter@07010f2
https://github.com/ratkins/RGBConverter.git#07010f2
WebSockets@~2.2.0
CircularBuffer@~1.2.0
PathVariableHandlers@~2.0.0
Expand Down Expand Up @@ -114,4 +114,4 @@ extra_scripts = ${common.extra_scripts}
lib_deps =
${common.lib_deps_builtin}
${common.lib_deps_external}
test_ignore = ${common.test_ignore}
test_ignore = ${common.test_ignore}

0 comments on commit 37c250b

Please sign in to comment.