diff options
| author | manuel <manuel@mausz.at> | 2017-07-02 21:13:52 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2017-07-02 21:13:52 +0200 |
| commit | 950b0142c53ae0b2a847dd6861acfb75a15f7e5f (patch) | |
| tree | 4274359a089fe56ad6fa9ed4d585781f4962ab4b /oliver/lr_stripes/platformio.ini | |
| parent | 8b984901f58827dc184e16f48772db3dda11ba04 (diff) | |
| download | arduino-950b0142c53ae0b2a847dd6861acfb75a15f7e5f.tar.gz arduino-950b0142c53ae0b2a847dd6861acfb75a15f7e5f.tar.bz2 arduino-950b0142c53ae0b2a847dd6861acfb75a15f7e5f.zip | |
some more platformio files
Diffstat (limited to 'oliver/lr_stripes/platformio.ini')
| -rw-r--r-- | oliver/lr_stripes/platformio.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/oliver/lr_stripes/platformio.ini b/oliver/lr_stripes/platformio.ini new file mode 100644 index 0000000..0f31fed --- /dev/null +++ b/oliver/lr_stripes/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 | ||
