fix lorawan config bug
This commit is contained in:
@@ -71,8 +71,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define ALI_DOWNLINK_FREQ ALI_FREQ470_S
|
#define ALI_DOWNLINK_FREQ ALI_FREQ470_D
|
||||||
#define ALI_RX2WIN_FREQ ALI_RX_WND_2_FREQ_1A2S_1B2D
|
#define ALI_RX2WIN_FREQ ALI_RX_WND_2_FREQ_1A2D_1B2S
|
||||||
#define ALI_BEACON_FREQ
|
#define ALI_BEACON_FREQ
|
||||||
|
|
||||||
|
|
||||||
|
@@ -53,7 +53,8 @@ static void cycle_send_event(void *context);
|
|||||||
static void Lora_start_send(void);
|
static void Lora_start_send(void);
|
||||||
|
|
||||||
k_task_t lora_mac_process_task;
|
k_task_t lora_mac_process_task;
|
||||||
k_stack_t lora_mac_process_task_stack[512];
|
//4096 is miniest stack size to work normally
|
||||||
|
k_stack_t lora_mac_process_task_stack[4096];
|
||||||
|
|
||||||
k_sem_t lora_mac_process_sem;
|
k_sem_t lora_mac_process_sem;
|
||||||
|
|
||||||
|
@@ -1397,7 +1397,7 @@
|
|||||||
|
|
||||||
<Group>
|
<Group>
|
||||||
<GroupName>lorawan/region</GroupName>
|
<GroupName>lorawan/region</GroupName>
|
||||||
<tvExp>0</tvExp>
|
<tvExp>1</tvExp>
|
||||||
<tvExpOptDlg>0</tvExpOptDlg>
|
<tvExpOptDlg>0</tvExpOptDlg>
|
||||||
<cbSel>0</cbSel>
|
<cbSel>0</cbSel>
|
||||||
<RteFlg>0</RteFlg>
|
<RteFlg>0</RteFlg>
|
||||||
|
Reference in New Issue
Block a user