Merge pull request #112 from DavidLin1577/patch-2
Fixed the wrong output information
This commit is contained in:
@@ -246,7 +246,7 @@ static int bc35_28_95_signal_quality_check(void)
|
||||
|
||||
static int bc35_28_95_init(void)
|
||||
{
|
||||
printf("Init BC95_28_95 ...\n" );
|
||||
printf("Init BC35_28_95 ...\n" );
|
||||
|
||||
if (bc35_28_95_reset() != 0) {
|
||||
printf("reset FAILED\n");
|
||||
|
@@ -238,7 +238,7 @@ static int bc35_28_95_print_NBAND(void) {
|
||||
|
||||
static int bc35_28_95_lwm2m_init(void)
|
||||
{
|
||||
printf("Init BC95_28_95 ...wait reset!\n" );
|
||||
printf("Init BC35_28_95 ...wait reset!\n" );
|
||||
at_delay_ms(5000);
|
||||
if (bc35_28_95_echo_close() != 0) {
|
||||
printf("echo close FAILED\n");
|
||||
|
Reference in New Issue
Block a user