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_desk/platformio.ini | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 oliver/dr_desk/platformio.ini (limited to 'oliver/dr_desk/platformio.ini') diff --git a/oliver/dr_desk/platformio.ini b/oliver/dr_desk/platformio.ini deleted file mode 100644 index e5c54f1..0000000 --- a/oliver/dr_desk/platformio.ini +++ /dev/null @@ -1,19 +0,0 @@ -; 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