2024-05-14 16:11:08 +03:00

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