use max mtusize for speed

This commit is contained in:
geeksville 2020-07-24 12:39:48 -07:00
parent 5bab16636d
commit d5c46dc114

View File

@ -461,6 +461,8 @@ void reinitBluetooth()
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
assert(res == ESP_OK);