18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
|
if PACKAGE_libmijia
|
||
|
|
||
|
comment "Protocol Select"
|
||
|
|
||
|
choice
|
||
|
prompt "Selected communication protocol"
|
||
|
default LIBMIJIA_MQTT
|
||
|
|
||
|
config LIBMIJIA_MQTT
|
||
|
bool "Used MQTT"
|
||
|
|
||
|
config LIBMIJIA_SOCKET
|
||
|
bool "Used Socket"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
endif
|