File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ def updateBleRepo():
688688
689689def applyBlePatch ():
690690 print (" Applying patches to ble library" )
691- BLE_patch_path = repo_local_path / repo_ble_name / "extras" / "STM32Cube_FW "
691+ BLE_patch_path = repo_local_path / repo_ble_name / "extras" / "STM32_WPAN "
692692 patch_list = []
693693
694694 if BLE_patch_path .is_dir ():
@@ -755,10 +755,10 @@ def updateBleLibrary():
755755 else :
756756 cube_name = f"{ repo_generic_name } WB"
757757 cube_path = repo_local_path / cube_name
758- ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32Cube_FW "
758+ ble_path = repo_local_path / repo_ble_name / "src" / "utility" / "STM32_WPAN "
759759 cube_version = cube_versions ["WB" ]
760760
761- ble_commit_msg = f"chore: update STM32Cube_FW from Cube version { cube_version } "
761+ ble_commit_msg = f"chore: update STM32_WPAN from Cube version { cube_version } "
762762
763763 for file in ble_file_list :
764764 file_path = Path (cube_path / file )
You can’t perform that action at this time.
0 commit comments