Skip to content

Commit

Permalink
Update process_and_convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Apr 23, 2024
1 parent bf9fe7d commit caf4085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/process_and_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def download_and_extract(url, extract_to):
def update_manifest(root, file, chip, version):
manifest_path = os.path.join('ti', 'manifest.json')
link = f"https://raw.githubusercontent.com/xyzroe/XZG/zb_fws/{root}/{file}"
root = root.replace('ti/', '')
data = {
chip: {
file: {
Expand Down

0 comments on commit caf4085

Please sign in to comment.