Tasmota/platformio.ini
arendst 381bb4b50c v3.9.16
3.9.16 20170214
* Update latching relay handler
* Add support for IR led using IRremoteESP8266 library (#59)
* Add Hue argument passing using ArduinoJSON library (#59)
2017-02-14 14:27:08 +01:00

23 lines
674 B
INI

; 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]
src_dir = sonoff
[env:sonoff]
platform = espressif8266
framework = arduino
; ESP8266 - Sonoff Basic et al.
board = esp01_1m
; ESP8285 - Sonoff Touch and Sonoff 4CH
; board = esp8285
build_flags = -Wl,-Tesp8266.flash.1m64.ld -DMQTT_MAX_PACKET_SIZE=400
lib_deps = PubSubClient, NeoPixelBus, IRremoteESP8266, ArduinoJSON