sforkowany z mirror/meshtastic-firmware
use max mtusize for speed
rodzic
5bab16636d
commit
d5c46dc114
|
@ -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);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue