Browse Source

fix: Wio Tracker L1: use correct max ram and flash size for S140 v7.3.0 softdevice

pull/564/head
taco 10 months ago
parent
commit
1dfc0e6975
  1. 4
      boards/seeed-wio-tracker-l1.json

4
boards/seeed-wio-tracker-l1.json

@ -40,8 +40,8 @@
],
"name": "Seeed Wio Tracker L1",
"upload": {
"maximum_ram_size": 248832,
"maximum_size": 815104,
"maximum_ram_size": 237568,
"maximum_size": 811008,
"protocol": "nrfutil",
"speed": 115200,
"protocols": [

Loading…
Cancel
Save