ver 1.5 - add BindKey, ccm aes

This commit is contained in:
pvvx 2024-03-01 15:58:00 +03:00
parent b6a00cf514
commit 5ee8555cdc
45 changed files with 17060 additions and 34150 deletions

25
fw.json
View file

@ -1,16 +1,17 @@
{"custom":[
"bin/THB2_v14.bin",
"bin/BTH01_v14.bin",
"bin/TH05_v14.bin",
"bin/THB2_v15.bin",
"bin/BTH01_v15.bin",
"bin/TH05_v15.bin",
"?",
"bin/THB1_v14.bin",
"bin/TH05D_v14.bin",
"bin/TH05F_v14.bin"],
"bin/THB1_v15.bin",
"bin/TH05D_v15.bin",
"bin/TH05F_v15.bin"],
"updateboot":[
"update_boot/BOOT_THB2_v14.bin",
"update_boot/BOOT_BTH01_v14.bin",
"update_boot/BOOT_TH05_v14.bin",
"update_boot/BOOT_THB2_v15.bin",
"update_boot/BOOT_BTH01_v15.bin",
"update_boot/BOOT_TH05_v15.bin",
"?",
"update_boot/BOOT_TH05D_v14.bin",
"update_boot/BOOT_TH05F_v14.bin",
"update_boot/BOOT_THB1_v14.bin"]}
"update_boot/BOOT_TH05D_v15.bin",
"update_boot/BOOT_TH05F_v15.bin",
"update_boot/BOOT_THB1_v15.bin"]
}