mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 20:05:52 +00:00
use max mtusize for speed
This commit is contained in:
parent
5bab16636d
commit
d5c46dc114
@ -461,6 +461,8 @@ void reinitBluetooth()
|
|||||||
|
|
||||||
nimble_port_init();
|
nimble_port_init();
|
||||||
|
|
||||||
|
ble_att_set_preferred_mtu(512);
|
||||||
|
|
||||||
res = ble_gatts_reset(); // Teardown the service tables, so the next restart assigns the same handle numbers
|
res = ble_gatts_reset(); // Teardown the service tables, so the next restart assigns the same handle numbers
|
||||||
assert(res == ESP_OK);
|
assert(res == ESP_OK);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user