use max mtusize for speed

1.2-legacy
geeksville 2020-07-24 12:39:48 -07:00
rodzic 5bab16636d
commit d5c46dc114
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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);