max_radioo_packet_size

This commit is contained in:
Schoumi 2023-12-06 11:05:45 +01:00
parent 381199fb44
commit 8945fb1916
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
build
yotta_targets
yotta_modules
.cache
compile_commands.json

View file

@ -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
}
}
```