switch to my new SD 7.2.0 S113 based bootloader

This commit is contained in:
Kevin Hester
2020-10-31 12:22:20 +08:00
parent d7368d5a51
commit bbc36f7b6f
3 changed files with 11 additions and 9 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"build": {
"arduino": {
"ldscript": "nrf52840_s140_v6.ld"
"ldscript": "nrf52840_s113_v7.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
@@ -16,9 +16,9 @@
"name": "adafruit"
},
"softdevice": {
"sd_flags": "-DS140",
"sd_name": "s140",
"sd_version": "6.1.1",
"sd_flags": "-DS113",
"sd_name": "s113",
"sd_version": "7.2.0",
"sd_fwid": "0x00B6"
},
"bootloader": {