add neopixel example

This commit is contained in:
2018-08-29 10:54:22 +02:00
parent 74e9b8df4f
commit 945bf78459
11 changed files with 676 additions and 1 deletions

View File

@@ -81,4 +81,19 @@ framework = ${common.framework}
lib_deps = ${common.lib_deps}
ESP8266mDNS
painlessMesh
ArduinoOTA
ArduinoOTA
[env:meshPixel]
src_filter = +<*> -<examples/> +<examples/meshPixel/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
painlessMesh
ESP8266mDNS
ArduinoOTA
ESP Async WebServer
ESPAsyncTCP
Adafruit NeoPixel