mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
17 lines
290 B
Text
17 lines
290 B
Text
if PACKAGE_obuspa
|
|
|
|
menu "Configuration"
|
|
|
|
config OBUSPA_MTP_ENABLE_STOMP
|
|
bool "Enable STOMP as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_MQTT
|
|
bool "Enable MQTT as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_COAP
|
|
bool "Enable CoAP as mtp protocol"
|
|
default y
|
|
endmenu
|
|
endif
|