ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

Bugfix - missing return statements #177

Closed Pablo2048 closed 2 years ago

Pablo2048 commented 2 years ago

Added two missing return statements to the sha1 module. Fixes #123 #171 #173 #176 and maybe #145