Intro explanation modified
This commit is contained in:
parent
f31f8db254
commit
24f4addb36
|
|
@ -14,10 +14,10 @@
|
||||||
* the name of the server or the BLE address of the server. If you want to connect
|
* the name of the server or the BLE address of the server. If you want to connect
|
||||||
* to the first MIDI server BLE found by the device, you just have to set the name field empty ("").
|
* to the first MIDI server BLE found by the device, you just have to set the name field empty ("").
|
||||||
*
|
*
|
||||||
* FOR ADVANCED USERS: Other advanced BLE configurations can be changed in hardware/BLEMIDI_Client_ESP32.h
|
* FOR ADVANCED USERS: Other advanced BLE configurations can be changed with a struct that heritate
|
||||||
* #defines in the head of the file (IMPORTANT: Only the first user defines must be modified). These configurations
|
* from BLEMIDI_NAMESPACE::DefaultSettingsClient. These configurations are related to
|
||||||
* are related to security (password, pairing and securityCallback()), communication params, the device name
|
* security (password, pairing and securityCallback()), communication params, the device name
|
||||||
* and other stuffs. Modify defines at your own risk.
|
* and other stuffs. Modify those settings at your own risk.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue