-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BleClient Custom settings #62
base: CustomSettings
Are you sure you want to change the base?
Commits on Jun 2, 2022
-
Some bug fixed related with AdvertisedDeviceCallbacks and templates. #define BLEMIDI_CREATE_INTANCE fixed
Configuration menu - View commit details
-
Copy full SHA for 26eeb92 - Browse repository at this point
Copy the full SHA 26eeb92View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c69bb30 - Browse repository at this point
Copy the full SHA c69bb30View commit details -
Merge pull request #2 from RobertoHE/patch-1
fixed template sintaxis of Client
Configuration menu - View commit details
-
Copy full SHA for 3fc460e - Browse repository at this point
Copy the full SHA 3fc460eView commit details
Commits on Jun 21, 2022
-
Serial.print changed by debugging verbose. It may be abled using #define MIDIBLECLIENTVERBOSE
Configuration menu - View commit details
-
Copy full SHA for 53e0139 - Browse repository at this point
Copy the full SHA 53e0139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c1647 - Browse repository at this point
Copy the full SHA 39c1647View commit details -
Changed #define for Struct in Config
Mayor changes in all configuration setup. Create a custom Config Struct for the client, it heritages from regular repo Struct and adds specific settings of the class. All configurations, including onPassRequest function, may be configured in the upper layers of the code, like in main.c
Configuration menu - View commit details
-
Copy full SHA for 24dce9a - Browse repository at this point
Copy the full SHA 24dce9aView commit details -
Tabulation indentation fixed after last commit changes and other minor changes in comments
Configuration menu - View commit details
-
Copy full SHA for fe3412b - Browse repository at this point
Copy the full SHA fe3412bView commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f31f8db - Browse repository at this point
Copy the full SHA f31f8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f4add - Browse repository at this point
Copy the full SHA 24f4addView commit details
Commits on Nov 21, 2022
-
Add Notification and Response parameters to Config
Added after Nimble Lib update. end() updated.
Configuration menu - View commit details
-
Copy full SHA for 81462be - Browse repository at this point
Copy the full SHA 81462beView commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e83235 - Browse repository at this point
Copy the full SHA 3e83235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ee609 - Browse repository at this point
Copy the full SHA 27ee609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03523e5 - Browse repository at this point
Copy the full SHA 03523e5View commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9b7922 - Browse repository at this point
Copy the full SHA f9b7922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03365fc - Browse repository at this point
Copy the full SHA 03365fcView commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a294fc6 - Browse repository at this point
Copy the full SHA a294fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2cb86 - Browse repository at this point
Copy the full SHA 2e2cb86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37eb60b - Browse repository at this point
Copy the full SHA 37eb60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afc91c - Browse repository at this point
Copy the full SHA 0afc91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06dc8d0 - Browse repository at this point
Copy the full SHA 06dc8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186cc21 - Browse repository at this point
Copy the full SHA 186cc21View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ecb07 - Browse repository at this point
Copy the full SHA c3ecb07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c2151 - Browse repository at this point
Copy the full SHA 99c2151View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4a021 - Browse repository at this point
Copy the full SHA fe4a021View commit details -
Configuration menu - View commit details
-
Copy full SHA for f871a35 - Browse repository at this point
Copy the full SHA f871a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7121d0 - Browse repository at this point
Copy the full SHA c7121d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa2183 - Browse repository at this point
Copy the full SHA 2aa2183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fdaffc - Browse repository at this point
Copy the full SHA 7fdaffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a1b8f - Browse repository at this point
Copy the full SHA 06a1b8fView commit details
Commits on Nov 29, 2022
-
Added all configurations options to example
Added all configurations options
Configuration menu - View commit details
-
Copy full SHA for 25a78fa - Browse repository at this point
Copy the full SHA 25a78faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ec137 - Browse repository at this point
Copy the full SHA a1ec137View commit details
Commits on Dec 28, 2022
-
Add lines to avoid warning about unused var
When using a template instance in two different ways (for example, different settings struct for differents objects), a lot of lines of warning appear due to some variables being unused. Using these lines, those variables are used for doing nothing and the warnings go away.
Configuration menu - View commit details
-
Copy full SHA for 38fea5d - Browse repository at this point
Copy the full SHA 38fea5dView commit details