diff options
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 | ||
