We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20929bc + d3f0987 commit 644001eCopy full SHA for 644001e
projects/art_pi_factory/modules/bt_module/bt_module.c
@@ -36,7 +36,8 @@ int bluetooth_firmware_check(void)
36
LOG_E("%s partition is not exist, please check your configuration!", BT_FIRMWARE_PARTITION_NAME);
37
return -1;
38
}
39
- { //update the bt_image
+ else
40
+ { //try to update the bt_image
41
int result = 0;
42
/* verify OTA download partition */
43
if (rt_ota_init() >= 0 && rt_ota_part_fw_verify(fal_partition_find(RT_OTA_DL_PART_NAME)) >= 0)
0 commit comments