Created
February 17, 2017 07:31
-
-
Save sidoh/03f22cdcabab2242b5bf365418d32892 to your computer and use it in GitHub Desktop.
platformio.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[env:d1_mini] | |
platform = espressif8266 | |
board = d1_mini | |
framework = arduino | |
lib_deps = | |
RF24 | |
SPI | |
WiFiManager | |
ArduinoJson | |
Vector | |
upload_speed = 115200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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