Files
passr-firmware/feather_bootloader/manifest.json
2023-05-15 17:25:47 +01:00

20 lines
532 B
JSON

{
"manifest": {
"dfu_version": 0.5,
"softdevice_bootloader": {
"bin_file": "sd_bl.bin",
"bl_size": 39000,
"dat_file": "sd_bl.dat",
"init_packet_data": {
"application_version": 4294967295,
"device_revision": 52840,
"device_type": 82,
"firmware_crc16": 40783,
"softdevice_req": [
65534
]
},
"sd_size": 151016
}
}
}