From 1783df2792956e63de1bbae3ed7b036bdefec9a1 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 28 Dec 2020 10:17:18 +0100 Subject: Rename dr_desk to dr_table --- oliver/dr_table/platformio.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 oliver/dr_table/platformio.ini (limited to 'oliver/dr_table/platformio.ini') diff --git a/oliver/dr_table/platformio.ini b/oliver/dr_table/platformio.ini new file mode 100644 index 0000000..e5c54f1 --- /dev/null +++ b/oliver/dr_table/platformio.ini @@ -0,0 +1,19 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter, extra scripting +; Upload options: custom port, speed and extra flags +; Library options: dependencies, extra library storages +; +; Please visit documentation for the other options and examples +; http://docs.platformio.org/en/stable/projectconf.html + +[platformio] +default_envs = nodemcuv2 + +[env:nodemcuv2] +platform = espressif8266 +board = nodemcuv2 +lib_deps = WiFiManager, PubSubClient, FastLED +framework = arduino +monitor_speed = 115200 +upload_speed = 115200 -- cgit v1.2.3