diff options
Diffstat (limited to 'oliver/dr_table.old/platformio.ini')
| -rw-r--r-- | oliver/dr_table.old/platformio.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/oliver/dr_table.old/platformio.ini b/oliver/dr_table.old/platformio.ini new file mode 100644 index 0000000..e5c54f1 --- /dev/null +++ b/oliver/dr_table.old/platformio.ini | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | default_envs = nodemcuv2 | ||
| 12 | |||
| 13 | [env:nodemcuv2] | ||
| 14 | platform = espressif8266 | ||
| 15 | board = nodemcuv2 | ||
| 16 | lib_deps = WiFiManager, PubSubClient, FastLED | ||
| 17 | framework = arduino | ||
| 18 | monitor_speed = 115200 | ||
| 19 | upload_speed = 115200 | ||
