From 24f4addb36a33bae24b22c6ba274a88e225551e6 Mon Sep 17 00:00:00 2001 From: RobertoHE Date: Mon, 27 Jun 2022 16:12:10 +0200 Subject: [PATCH] Intro explanation modified --- examples/MidiBle_Client/MidiBle_Client.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/MidiBle_Client/MidiBle_Client.ino b/examples/MidiBle_Client/MidiBle_Client.ino index 120adf9..c565af6 100644 --- a/examples/MidiBle_Client/MidiBle_Client.ino +++ b/examples/MidiBle_Client/MidiBle_Client.ino @@ -14,10 +14,10 @@ * 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 (""). * - * FOR ADVANCED USERS: Other advanced BLE configurations can be changed in hardware/BLEMIDI_Client_ESP32.h - * #defines in the head of the file (IMPORTANT: Only the first user defines must be modified). These configurations - * are related to security (password, pairing and securityCallback()), communication params, the device name - * and other stuffs. Modify defines at your own risk. + * FOR ADVANCED USERS: Other advanced BLE configurations can be changed with a struct that heritate + * from BLEMIDI_NAMESPACE::DefaultSettingsClient. These configurations are related to + * security (password, pairing and securityCallback()), communication params, the device name + * and other stuffs. Modify those settings at your own risk. * * *