mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 15:35:22 +00:00
This sample application shows how to configure an end node in Class-A mode and to send data to network server via gateway. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_LORA=y
|
|
CONFIG_LORA_SX12XX=y
|
|
CONFIG_LORAWAN=y
|
|
CONFIG_LORAMAC_REGION_IN865=y
|