mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2026-03-22 09:04:18 +01:00
illucat and basic button
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
env_default = build
|
||||
env_default = illucat
|
||||
|
||||
[common]
|
||||
framework = arduino
|
||||
@@ -66,4 +66,14 @@ upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
PubSubClient
|
||||
PubSubClient
|
||||
|
||||
[env:illucat]
|
||||
src_filter = +<*> -<examples/> -<firmware/> +<examples/illucat/>
|
||||
platform = ${common.platform}
|
||||
board = ${common.board}
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
Adafruit NeoPixel
|
||||
Reference in New Issue
Block a user