Skip to content

Updated for newer IDE#17

Open
dybm wants to merge 4 commits intoCathedrow:masterfrom
dybm:temp
Open

Updated for newer IDE#17
dybm wants to merge 4 commits intoCathedrow:masterfrom
dybm:temp

Conversation

@dybm
Copy link

@dybm dybm commented Oct 6, 2016

Cryptosuite would not compile in newer Arduino IDE due to outdated instances of Program class function 'write'.

dybm added 4 commits October 6, 2016 16:39
'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.
The virtual function 'write' in the Print class changed from returning void to returning a size_t.
'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.
The virtual function 'write' in the Print class changed from returning void to returning a size_t.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant