From 6687159b16d0fba642949d97e58c6ccc78b3d3eb Mon Sep 17 00:00:00 2001 From: Supowang <54426333+Supowang1989@users.noreply.github.com> Date: Thu, 28 May 2020 17:33:08 +0800 Subject: [PATCH] Update lora_demo.c --- board/TencentOS_tiny_EVB_MX_Plus/BSP/LoRaWAN/lora_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/TencentOS_tiny_EVB_MX_Plus/BSP/LoRaWAN/lora_demo.c b/board/TencentOS_tiny_EVB_MX_Plus/BSP/LoRaWAN/lora_demo.c index af7281ee..77998e71 100644 --- a/board/TencentOS_tiny_EVB_MX_Plus/BSP/LoRaWAN/lora_demo.c +++ b/board/TencentOS_tiny_EVB_MX_Plus/BSP/LoRaWAN/lora_demo.c @@ -99,7 +99,7 @@ void application_entry(void *arg) rhf76_lora_init(HAL_UART_PORT_0); tos_lora_module_recvcb_register(recv_callback); - tos_lora_module_join_otaa("8cf957200000025a", "8cf957200000025a1e29aaaaad204a72"); + tos_lora_module_join_otaa("8cf957200000025a", "8cf957211111125a1e29bbbbbd204a72"); tos_mail_q_create(&mail_q, pool, DATA_CNT, sizeof(uint8_t)); tos_shell_init(cmd_buf, sizeof(cmd_buf), uart_output);