Skip to content
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

Open
wants to merge 32 commits into
base: CustomSettings
Choose a base branch
from

Commits on Jun 2, 2022

  1. Update BLEMIDI_Client_ESP32.h

    Some bug fixed related with AdvertisedDeviceCallbacks and templates.
    #define BLEMIDI_CREATE_INTANCE fixed
    RobertoHE authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    26eeb92 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Change Define Template

    RobertoHE authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c69bb30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from RobertoHE/patch-1

    fixed template sintaxis of Client
    RobertoHE authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3fc460e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Debug Verbose

    Serial.print changed by debugging verbose. It may be abled using #define MIDIBLECLIENTVERBOSE
    RobertoHE authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    53e0139 View commit details
    Browse the repository at this point in the history
  2. Increased readability in onResult

    Improved IF-syntaxis
    RobertoHE authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    39c1647 View commit details
    Browse the repository at this point in the history
  3. 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
    RobertoHE authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    24dce9a View commit details
    Browse the repository at this point in the history
  4. Minor Syntax correction

    Tabulation indentation fixed after last commit changes and other minor changes in comments
    RobertoHE authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fe3412b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    f31f8db View commit details
    Browse the repository at this point in the history
  2. Intro explanation modified

    RobertoHE authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    24f4add View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Add Notification and Response parameters to Config

    Added after Nimble Lib update.
    end() updated.
    RobertoHE authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    81462be View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update build-arduino.sh

    Write directly to .yaml file
    RobertoHE authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3e83235 View commit details
    Browse the repository at this point in the history
  2. Update build-arduino.sh

    RobertoHE authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    27ee609 View commit details
    Browse the repository at this point in the history
  3. Update build-arduino.sh

    RobertoHE authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    03523e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Update build-arduino.sh

    RobertoHE authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f9b7922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03365fc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a294fc6 View commit details
    Browse the repository at this point in the history
  2. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2e2cb86 View commit details
    Browse the repository at this point in the history
  3. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    37eb60b View commit details
    Browse the repository at this point in the history
  4. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0afc91c View commit details
    Browse the repository at this point in the history
  5. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    06dc8d0 View commit details
    Browse the repository at this point in the history
  6. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    186cc21 View commit details
    Browse the repository at this point in the history
  7. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c3ecb07 View commit details
    Browse the repository at this point in the history
  8. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    99c2151 View commit details
    Browse the repository at this point in the history
  9. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fe4a021 View commit details
    Browse the repository at this point in the history
  10. Update build-arduino.sh

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f871a35 View commit details
    Browse the repository at this point in the history
  11. Update MidiBle.ino

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c7121d0 View commit details
    Browse the repository at this point in the history
  12. Update MidiBle_Client.ino

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2aa2183 View commit details
    Browse the repository at this point in the history
  13. Update SysEx_Receive.ino

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7fdaffc View commit details
    Browse the repository at this point in the history
  14. Update SysEx_Send.ino

    RobertoHE authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    06a1b8f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Added all configurations options to example

    Added all configurations options
    RobertoHE authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    25a78fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ec137 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. 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.
    RobertoHE authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    38fea5d View commit details
    Browse the repository at this point in the history