Update bootloader for ST disco board to fix FOTA

pull/9588/head
Lin Gao 2019-01-18 17:36:20 -06:00 committed by Naveen Kaje
parent aa2d49ae0c
commit 85762a86b1
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
"name": "bootloader_DISCO_L475VG_IOT01A",
"target_overrides": {
"*": {
"target.app_offset": "0x9800",
"target.header_offset": "0x9000",
"target.app_offset": "0x10400",
"target.header_offset": "0x10000",
"target.bootloader_img": "mbed-bootloader-internal_dfb7cc.bin"
}
}