Skip to content

Commit 24f4add

Browse files
authored
Intro explanation modified
1 parent f31f8db commit 24f4add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/MidiBle_Client/MidiBle_Client.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* the name of the server or the BLE address of the server. If you want to connect
1515
* to the first MIDI server BLE found by the device, you just have to set the name field empty ("").
1616
*
17-
* FOR ADVANCED USERS: Other advanced BLE configurations can be changed in hardware/BLEMIDI_Client_ESP32.h
18-
* #defines in the head of the file (IMPORTANT: Only the first user defines must be modified). These configurations
19-
* are related to security (password, pairing and securityCallback()), communication params, the device name
20-
* and other stuffs. Modify defines at your own risk.
17+
* FOR ADVANCED USERS: Other advanced BLE configurations can be changed with a struct that heritate
18+
* from BLEMIDI_NAMESPACE::DefaultSettingsClient. These configurations are related to
19+
* security (password, pairing and securityCallback()), communication params, the device name
20+
* and other stuffs. Modify those settings at your own risk.
2121
*
2222
*
2323
*

0 commit comments

Comments
 (0)