Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platformio.ini lib_deps incorrect #4

Closed
DavidSpivey opened this issue Feb 10, 2017 · 0 comments
Closed

Platformio.ini lib_deps incorrect #4

DavidSpivey opened this issue Feb 10, 2017 · 0 comments

Comments

@DavidSpivey
Copy link

DavidSpivey commented Feb 10, 2017

Your platformio.ini file specifies lib_deps incorrectly, causing people who download this code to be unable to get the libraries for the first time without additional steps.

lib_deps is a multiline item, so the correct platformio.ini should look like this:

[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
  PubSubClient
  ArduinoJson
  RCSwitch
  ESPAsyncWebServer
  ESPAsyncTCP
  ESP8266mDNS
upload_speed = 460800

@dagrende

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant