mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-11 11:38:41 +01:00
25 lines
461 B
Text
25 lines
461 B
Text
if PACKAGE_obuspa
|
|
|
|
menu "Configuration"
|
|
|
|
config OBUSPA_DB_PATH
|
|
string "Configure path for usp.db file"
|
|
default "/tmp/"
|
|
|
|
config OBUSPA_MTP_ENABLE_MQTT
|
|
bool "Enable MQTT as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_WEBSOCKETS
|
|
bool "Enable WebSockets as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_STOMP
|
|
bool "Enable STOMP as mtp protocol"
|
|
default y
|
|
|
|
config OBUSPA_MTP_ENABLE_COAP
|
|
bool "Enable CoAP as mtp protocol"
|
|
default n
|
|
endmenu
|
|
endif
|