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

Updated for newer IDE #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Updated for newer IDE #17

wants to merge 4 commits into from

Commits on Oct 6, 2016

  1. Updated 'sha1InitState' and function 'write'

    'sha1InitState' must be declared as a constant in order to be put into read-only section by means of '__attribute__((progmem))'.
    The virtual function 'write' in the Print class changed from returning void to returning a size_t.
    dybm authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    d6e9d9e View commit details
    Browse the repository at this point in the history
  2. Updated function 'write'

    The virtual function 'write' in the Print class changed from returning void to returning a size_t.
    dybm authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    fecfa17 View commit details
    Browse the repository at this point in the history
  3. Updated PROGMEM vars and function 'write'

    'sha256K' and 'sha256InitState' must be declared as a constant in order to be put into read-only section by means of '__attribute__((progmem))'.
    The virtual function 'write' in the Print class changed from returning void to returning a size_t.
    dybm authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    61c9450 View commit details
    Browse the repository at this point in the history
  4. Updated function 'write'

    The virtual function 'write' in the Print class changed from returning void to returning a size_t.
    dybm authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    8490f1b View commit details
    Browse the repository at this point in the history