diff options
Diffstat (limited to 'oliver/dr_table/platformio.ini')
| -rw-r--r-- | oliver/dr_table/platformio.ini | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/oliver/dr_table/platformio.ini b/oliver/dr_table/platformio.ini deleted file mode 100644 index e5c54f1..0000000 --- a/oliver/dr_table/platformio.ini +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 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 | ||
