Skip to content

Instantly share code, notes, and snippets.

@sidoh
Created February 17, 2017 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidoh/03f22cdcabab2242b5bf365418d32892 to your computer and use it in GitHub Desktop.
Save sidoh/03f22cdcabab2242b5bf365418d32892 to your computer and use it in GitHub Desktop.
platformio.ini
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
lib_deps =
RF24
SPI
WiFiManager
ArduinoJson
Vector
upload_speed = 115200
@terrag42
Copy link

What is the "Vector" library and why is it needed for the d1_mini? I could not find it here: http://platformio.org/lib/search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment