Skip to content

Commit 9fc9a82

Browse files
committed
fix:boudica_150:fix the resgitration, need to fixed more normally
1 parent 928a44a commit 9fc9a82

File tree

5 files changed

+6
-80
lines changed

5 files changed

+6
-80
lines changed

components/huawei_cdp/lwm2m/boudica150/boudica150_oc.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -559,11 +559,11 @@ static bool_t boudica150_boot(const char *plmn, const char *apn, const char *ban
559559
{
560560
continue;
561561
}
562-
563-
if(false == boudica150_check_observe(16)) //TODO--maybe this only compatible with QUETEL MODULES
564-
{
565-
continue; //we should do the reboot for the nB
566-
}
562+
///< --TODO we should make sure that we should use the at+qregswt to set the registration mode
563+
// if(false == boudica150_check_observe(16)) //TODO--maybe this only compatible with QUETEL MODULES
564+
// {
565+
// continue; //we should do the reboot for the nB
566+
// }
567567

568568
break;
569569
}

targets/IoTClub-BearPi/Hardware/delay.c

Lines changed: 0 additions & 59 deletions
This file was deleted.

targets/IoTClub-BearPi/Hardware/delay.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

targets/IoTClub-BearPi/Usr/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
#define KEY1_Pin GPIO_PIN_2
6363
#define KEY1_GPIO_Port GPIOB
64-
#define KEY2_EXTI_IRQn EXTI2_IRQn
64+
#define KEY1_EXTI_IRQn EXTI2_IRQn
6565
#define KEY2_Pin GPIO_PIN_3
6666
#define KEY2_GPIO_Port GPIOB
6767
#define KEY2_EXTI_IRQn EXTI3_IRQn

targets/IoTClub-BearPi/Usr/sys_init.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
#include "stm32l4xx_hal.h"
5656
#include "stm32l4xx_it.h"
5757
#include "dwt.h"
58-
#include "delay.h"
5958
#include "adc.h"
6059
#include "i2c.h"
6160
#include "spi.h"

0 commit comments

Comments
 (0)