From 906f106a64f9af5107f5e0b469fac0947873917e Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Fri, 6 Apr 2018 20:58:34 +0300 Subject: [PATCH] Delete platformio.txt --- platformio.txt | 106 ------------------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 platformio.txt diff --git a/platformio.txt b/platformio.txt deleted file mode 100644 index a7b40bb..0000000 --- a/platformio.txt +++ /dev/null @@ -1,106 +0,0 @@ -; PlatformIO Project Configuration File (for copy and paste) -; -; Build options: build flags, source filter -; Upload options: custom upload port, speed and extra flags -; Library options: dependencies, extra library storages -; Advanced options: extra scripting -; -; Please visit documentation for the other options and examples -; http://docs.platformio.org/page/projectconf.html -[platformio] -src_dir = lighthub - -[env:due] -platform = atmelsam -framework = arduino -board = due -lib_deps = - https://github.com/sebnil/DueFlashStorage -; https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 - https://github.com/anklimov/Arduino-Temperature-Control-Library.git - https://github.com/anklimov/DS2482_OneWire - https://github.com/anklimov/DmxDue - https://github.com/arduino-libraries/ArduinoHttpClient - https://github.com/anklimov/aJson - https://github.com/anklimov/CmdArduino - https://github.com/anklimov/ModbusMaster - https://github.com/anklimov/Ethernet - https://github.com/PaulStoffregen/SPI.git - https://github.com/knolleary/pubsubclient.git - https://github.com/anklimov/Artnet.git -FastLED - -[env:due-5500] -platform = atmelsam -framework = arduino -board = due -build_flags = -D Wiz5500 -lib_deps = - https://github.com/sebnil/DueFlashStorage - https://github.com/anklimov/Arduino-Temperature-Control-Library.git - https://github.com/anklimov/DS2482_OneWire - https://github.com/anklimov/DmxDue - https://github.com/arduino-libraries/ArduinoHttpClient - https://github.com/anklimov/aJson - https://github.com/anklimov/CmdArduino - https://github.com/anklimov/ModbusMaster - https://github.com/anklimov/Ethernet2 - https://github.com/PaulStoffregen/SPI.git - https://github.com/knolleary/pubsubclient.git - https://github.com/anklimov/Artnet.git - -[env:megaatmega2560] -platform = atmelavr -board = megaatmega2560 -framework = arduino -lib_deps = -; https://github.com/livello/Arduino-Temperature-Control-Library.git#1306c49 - https://github.com/anklimov/Arduino-Temperature-Control-Library.git - https://github.com/anklimov/DS2482_OneWire - https://github.com/anklimov/DmxSimple - https://github.com/anklimov/httpClient - https://github.com/anklimov/aJson - https://github.com/anklimov/CmdArduino - https://github.com/anklimov/ModbusMaster - https://github.com/anklimov/DMXSerial - https://github.com/anklimov/Ethernet - https://github.com/PaulStoffregen/SPI.git - https://github.com/knolleary/pubsubclient.git - https://github.com/anklimov/Artnet.git - FastLED - -[env:megaatmega2560-5500] -platform = atmelavr -board = megaatmega2560 -framework = arduino -build_flags = -D Wiz5500 -lib_deps = - https://github.com/anklimov/Arduino-Temperature-Control-Library.git - https://github.com/anklimov/DS2482_OneWire - https://github.com/anklimov/DmxSimple - https://github.com/anklimov/httpClient - https://github.com/anklimov/aJson - https://github.com/anklimov/CmdArduino - https://github.com/anklimov/ModbusMaster - https://github.com/anklimov/DMXSerial - https://github.com/anklimov/Ethernet2 - https://github.com/PaulStoffregen/SPI.git - https://github.com/knolleary/pubsubclient.git - https://github.com/anklimov/Artnet.git - -[env:espressif8266] -platform = espressif8266 -framework = arduino -board = nodemcuv2 -lib_deps = - https://github.com/anklimov/Arduino-Temperature-Control-Library.git - https://github.com/anklimov/DS2482_OneWire - https://github.com/anklimov/ESP-Dmx - https://github.com/arduino-libraries/ArduinoHttpClient - https://github.com/anklimov/aJson - https://github.com/anklimov/CmdArduino - https://github.com/anklimov/ModbusMaster - https://github.com/anklimov/DMXSerial - https://github.com/knolleary/pubsubclient.git - https://github.com/anklimov/Artnet.git -