Skip to content

Commit

Permalink
Merge pull request arduino#82 from giulcioffi/MultiConnection
Browse files Browse the repository at this point in the history
Override max num BLE connections to allow up to 5 connections
  • Loading branch information
facchinm authored Oct 29, 2020
2 parents 77d428f + a71f5d7 commit b0a3c08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions variants/ARDUINO_NANO33BLE/conf/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"platform.default-serial-baud-rate": 115200,
"platform.callback-nontrivial": true,
"rtos.main-thread-stack-size": 32768,
"cordio.max-connections": 5,
"target.mbed_app_start": "0x10000"
}
}
Expand Down
1 change: 1 addition & 0 deletions variants/PORTENTA_H7_M4/conf/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"platform.default-serial-baud-rate": 115200,
"platform.callback-nontrivial": true,
"rtos.main-thread-stack-size": 32768,
"cordio.max-connections": 5,
"target.macros_add": [
"MBED_HEAP_STATS_ENABLED=1",
"MBED_STACK_STATS_ENABLED=1",
Expand Down
1 change: 1 addition & 0 deletions variants/PORTENTA_H7_M7/conf/mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"platform.default-serial-baud-rate": 115200,
"platform.callback-nontrivial": true,
"rtos.main-thread-stack-size": 32768,
"cordio.max-connections": 5,
"target.mbed_app_start": "0x8040000",
"target.macros_add": [
"MBED_HEAP_STATS_ENABLED=1",
Expand Down

0 comments on commit b0a3c08

Please sign in to comment.