1
0
mirror of https://gitlab.com/zwirbel/tardis.git synced 2025-12-14 09:26:50 +01:00
Files
sprocket-device-tardis/platformio.ini
2018-11-25 16:12:16 +01:00

38 lines
1006 B
INI

[platformio]
env_default = build
[common]
framework = arduino
platform = espressif8266
board = esp12e
upload_speed = 921600
monitor_baud = 115200
lib_deps =
Hash
TaskScheduler
SPIFFS
ArduinoOTA
ArduinoJson
ArduinoIRC
Adafruit NeoPixel
PubSubClient
ESPAsyncTCP
ESP8266mDNS
ESP Async WebServer
rc-switch
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
https://gitlab.com/wirelos/sprocket-network-wifi.git
https://gitlab.com/wirelos/sprocket-plugin-web.git
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
https://gitlab.com/wirelos/sprocket-plugin-irc.git
https://gitlab.com/wirelos/sprocket-plugin-rcswitch.git
[env:build]
;src_filter = +<*> -<examples/> +<examples/basic/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}