19 lines
305 B
Plaintext
Raw Normal View History

2024-05-14 16:11:08 +03:00
menu "Application Configuration"
choice DIRECTION
prompt "Communication polarity"
default SENDER
help
Select Communication polarity.
config SENDER
bool "As the sender"
help
As the sender.
config RECEIVER
bool "As the receiver"
help
As the receiver.
endchoice
endmenu