2018-08-01 03:02:44 +00:00
|
|
|
menu "iBeacon Example Configuration"
|
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
choice IBEACON_MODE
|
|
|
|
bool "iBeacon Mode"
|
|
|
|
default IBEACON_SENDER
|
|
|
|
help
|
|
|
|
Select the iBeacon Mode.
|
2018-08-01 03:02:44 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config IBEACON_SENDER
|
|
|
|
bool "iBeacon Sender Mode"
|
|
|
|
help
|
|
|
|
Select the iBeacon Sender Mode.
|
2018-08-01 03:02:44 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config IBEACON_RECEIVER
|
|
|
|
bool "iBeacon Receiver Mode"
|
|
|
|
help
|
|
|
|
Select the iBeacon Receiver Mode.
|
2018-08-01 03:02:44 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
endchoice
|
2018-08-01 03:02:44 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config IBEACON_MODE
|
|
|
|
int
|
|
|
|
default 0 if IBEACON_SENDER
|
|
|
|
default 1 if IBEACON_RECEIVER
|
2018-08-01 03:02:44 +00:00
|
|
|
|
|
|
|
endmenu
|