19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
menu "Application Configuration"
|
|
|
|
choice POLARITY
|
|
prompt "Communication Polarity"
|
|
default PRIMARY
|
|
help
|
|
Select Communication Polarity.
|
|
config PRIMARY
|
|
bool "Primary"
|
|
help
|
|
As Echo Client.
|
|
config SECONDARY
|
|
bool "Secondary"
|
|
help
|
|
As Echo Server.
|
|
endchoice
|
|
|
|
endmenu
|