Skip to content

Commit 4413dcc

Browse files
committed
firmware.wifi: Also copy TxCap blobs
Signed-off-by: Hector Martin <[email protected]>
1 parent 9db938d commit 4413dcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/firmware/wifi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class WiFiFWCollection(object):
2929
"trx": "bin",
3030
"txt": "txt",
3131
"clmb": "clm_blob",
32+
"txcb": "txcap_blob",
3233
}
3334
DIMS = ["C", "s", "P", "M", "V", "m", "A"]
3435
def __init__(self, source_path):

0 commit comments

Comments
 (0)