max_radioo_packet_size
This commit is contained in:
parent
381199fb44
commit
8945fb1916
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
build
|
||||
yotta_targets
|
||||
yotta_modules
|
||||
.cache
|
||||
compile_commands.json
|
||||
|
|
|
@ -93,6 +93,8 @@ Here is an example of `config.json` with all available options configured:
|
|||
"sram_end":"0x20004000",
|
||||
"sd_limit":"0x20002000",
|
||||
"gatt_table_start":"0x20001900"
|
||||
"radio_max_packet_size":248,
|
||||
"radio_max_rx_buffers":4
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue