mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-13 14:32:57 +02:00
Ensure library compiles even if no frequency plan was selected
This commit is contained in:
8
Kconfig
8
Kconfig
@ -2,13 +2,13 @@ menu "The Things Network"
|
||||
|
||||
choice TTN_LORA_FREQ
|
||||
prompt "TTN LoRa frequency"
|
||||
default TTN_LORA_FREQ_NONE
|
||||
default TTN_LORA_FREQ_DISABLED
|
||||
help
|
||||
LoRa frequency must match the geographic region the device is operated in.
|
||||
Running it with the incorrect frequency most like violates the law.
|
||||
Running it with the incorrect frequency most likely violates the law.
|
||||
|
||||
config TTN_LORA_FREQ_NONE
|
||||
bool "None"
|
||||
config TTN_LORA_FREQ_DISABLED
|
||||
bool "LoRa Disabled"
|
||||
|
||||
config TTN_LORA_FREQ_EU_868
|
||||
bool "868 MHz (Europe)"
|
||||
|
Reference in New Issue
Block a user