1.setup下再加载蓝牙模块
This commit is contained in:
parent
de5a8e8e3c
commit
65ccdbc3fb
|
@ -1321,7 +1321,10 @@ void* sf_app_load_ko_thread(void *arg)
|
||||||
|
|
||||||
sf_load_ko();
|
sf_load_ko();
|
||||||
|
|
||||||
|
if(PWR_ON_SETUP == sf_poweron_type_get())
|
||||||
|
{
|
||||||
sf_load_bt_ko();
|
sf_load_bt_ko();
|
||||||
|
}
|
||||||
/*if((SF_MCU_STARTUP_NORMAL != sf_poweron_type_get()) && (0 == sf_get_fw_update()))
|
/*if((SF_MCU_STARTUP_NORMAL != sf_poweron_type_get()) && (0 == sf_get_fw_update()))
|
||||||
{
|
{
|
||||||
#if SF_IQ_TEST != ENABLE
|
#if SF_IQ_TEST != ENABLE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user