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

Audio::setPinout returns a boolean 'true' even if the call to 'i2s_set_pin' fails. #72

Merged
merged 2 commits into from
Oct 27, 2020

Commits on Oct 25, 2020

  1. Audio::setPinout returned a boolean 'true' even if the call to 'i2s_s…

    …et_pin' fails.
    
    With this PR Audio::setPinout'i2s_set_pin' returns a 'false' if the call to 'i2s_set_pin' fails.
    CelliesProjects committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    cd9d725 View commit details
    Browse the repository at this point in the history
  2. Make arg const.

    CelliesProjects committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ed6ad82 View commit details
    Browse the repository at this point in the history