Update lora_demo.c

This commit is contained in:
Supowang
2020-05-28 17:34:51 +08:00
committed by GitHub
parent 6687159b16
commit 58a621a6fe

View File

@@ -99,7 +99,7 @@ void application_entry(void *arg)
rhf76_lora_init(HAL_UART_PORT_1);
tos_lora_module_recvcb_register(recv_callback);
tos_lora_module_join_otaa("8cf957200000025a", "8cf957200000025a1e29aaaaad204a72");
tos_lora_module_join_otaa("8cf957200000025a", "8cf957222222225a1e29cccccd204a72");
tos_mail_q_create(&mail_q, pool, DATA_CNT, sizeof(uint8_t));
tos_shell_init(cmd_buf, sizeof(cmd_buf), uart_output);