mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Larger BLE packets for logging
This commit is contained in:
parent
8e493f4e99
commit
3386db1b80
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ public:
|
|||
|
||||
void begin(const char* device_name) {
|
||||
BLEDevice::init(device_name);
|
||||
BLEDevice::setMTU(256); // default 23-byte MTU caps notifications at 20 bytes; request more
|
||||
|
||||
// Explicitly disable bonding so the ESP32 does not send security requests.
|
||||
// Without this the BLE stack initiates Just Works pairing by default, which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue