diff options
| author | manuel <manuel@mausz.at> | 2017-07-02 21:15:10 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2017-07-02 21:15:10 +0200 |
| commit | 39078df17a067a2838e019f535f58c626f386852 (patch) | |
| tree | 056a9797e9e9835f4c964b0d128f8d8cb62debce /oliver/dr_desk/platformio.ini | |
| parent | 950b0142c53ae0b2a847dd6861acfb75a15f7e5f (diff) | |
| download | arduino-39078df17a067a2838e019f535f58c626f386852.tar.gz arduino-39078df17a067a2838e019f535f58c626f386852.tar.bz2 arduino-39078df17a067a2838e019f535f58c626f386852.zip | |
oliver/dr_desk
Diffstat (limited to 'oliver/dr_desk/platformio.ini')
| -rw-r--r-- | oliver/dr_desk/platformio.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/oliver/dr_desk/platformio.ini b/oliver/dr_desk/platformio.ini new file mode 100644 index 0000000..0f31fed --- /dev/null +++ b/oliver/dr_desk/platformio.ini | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | ; PlatformIO Project Configuration File | ||
| 2 | ; | ||
| 3 | ; Build options: build flags, source filter, extra scripting | ||
| 4 | ; Upload options: custom port, speed and extra flags | ||
| 5 | ; Library options: dependencies, extra library storages | ||
| 6 | ; | ||
| 7 | ; Please visit documentation for the other options and examples | ||
| 8 | ; http://docs.platformio.org/en/stable/projectconf.html | ||
| 9 | |||
| 10 | [platformio] | ||
| 11 | env_default = nodemcuv2 | ||
| 12 | |||
| 13 | [env:nodemcuv2] | ||
| 14 | platform = espressif8266 | ||
| 15 | board = nodemcuv2 | ||
| 16 | framework = arduino | ||
| 17 | ;upload_flags = --port=8266 --auth=ESP8266_PASSWORD | ||
| 18 | ;upload_port = IP (Set fixed IP in your router first!!!) | ||
| 19 | |||
| 20 | [platformio] | ||
| 21 | lib_dir=/home/manuel/coding/Arduino/libraries | ||
