Skip to content

Commit 3093c14

Browse files
committed
request PHY to 2MB with throuhgput example
1 parent cbcd9eb commit 3093c14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/throughput/throughput.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ void connect_callback(uint16_t conn_handle)
106106
(void) conn_handle;
107107
Serial.println("Connected");
108108

109-
110109
// request PHY changed to 2MB
111-
110+
conn->requestPHY();
112111

113112
// request to update data length
114113
conn->requestDataLengthUpdate();

0 commit comments

Comments
 (0)