mirror of
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
synced 2025-12-14 13:51:27 +01:00
hardcode in/out topics, add chat example
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[platformio]
|
||||
env_default = basic
|
||||
env_default = basic, chat
|
||||
|
||||
[common]
|
||||
framework = arduino
|
||||
@@ -23,5 +23,15 @@ board = ${common.board}
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
PubSubClient
|
||||
|
||||
[env:chat]
|
||||
src_filter = +<*> -<examples/> +<examples/chat/>
|
||||
platform = ${common.platform}
|
||||
board = ${common.board}
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
PubSubClient
|
||||
Reference in New Issue
Block a user