mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix: Wio Tracker L1: use correct max ram and flash size for S140 v7.3.0 softdevice
This commit is contained in:
parent
f87e856347
commit
1dfc0e6975
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue