File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ def updateBleRepo():
688
688
689
689
def applyBlePatch ():
690
690
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 "
692
692
patch_list = []
693
693
694
694
if BLE_patch_path .is_dir ():
@@ -755,10 +755,10 @@ def updateBleLibrary():
755
755
else :
756
756
cube_name = f"{ repo_generic_name } WB"
757
757
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 "
759
759
cube_version = cube_versions ["WB" ]
760
760
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 } "
762
762
763
763
for file in ble_file_list :
764
764
file_path = Path (cube_path / file )
You can’t perform that action at this time.
0 commit comments