[beken-72xx] Specify keys for OTA packaging

This commit is contained in:
Kuba Szczodrzyński
2022-08-01 19:56:34 +02:00
parent 1b5d6472f7
commit b3689cbac8
2 changed files with 13 additions and 1 deletions

View File

@@ -1,7 +1,13 @@
{
"build": {
"f_cpu": "120000000L",
"prefix": "arm-none-eabi-"
"prefix": "arm-none-eabi-",
"bkota": {
"encryption": "aes256",
"compression": "gzip",
"key": "0123456789ABCDEF0123456789ABCDEF",
"iv": "0123456789ABCDEF"
}
},
"connectivity": [
"wifi",