From 9c1aa4e125d434fa451d660d16c0ce0286d9ace1 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 12 Oct 2023 22:16:54 +0200 Subject: Rename oliver/dr_table --- oliver/dr_table/platformio.ini | 19 ------------------- 1 file changed, 19 deletions(-) delete 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 deleted file mode 100644 index e5c54f1..0000000 --- a/oliver/dr_table/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