summaryrefslogtreecommitdiffstats
path: root/oliver/dr_table/platformio.ini
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2023-10-12 22:16:54 +0200
committermanuel <manuel@mausz.at>2023-10-12 22:16:54 +0200
commit9c1aa4e125d434fa451d660d16c0ce0286d9ace1 (patch)
tree1ad6b21af47524f26f7a85eee562564508b55527 /oliver/dr_table/platformio.ini
parentad98a69759bb827e00b4c458c285862f0b48f1d4 (diff)
downloadarduino-9c1aa4e125d434fa451d660d16c0ce0286d9ace1.tar.gz
arduino-9c1aa4e125d434fa451d660d16c0ce0286d9ace1.tar.bz2
arduino-9c1aa4e125d434fa451d660d16c0ce0286d9ace1.zip
Rename oliver/dr_table
Diffstat (limited to 'oliver/dr_table/platformio.ini')
-rw-r--r--oliver/dr_table/platformio.ini19
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]
11default_envs = nodemcuv2
12
13[env:nodemcuv2]
14platform = espressif8266
15board = nodemcuv2
16lib_deps = WiFiManager, PubSubClient, FastLED
17framework = arduino
18monitor_speed = 115200
19upload_speed = 115200