Closed daknuett closed 5 years ago
In order to use the library with modern compilers the PROGMEM data must be const.
Additionally the Print::write must return size_t, not void.
Is fixed in https://github.com/daknuett/cryptosuite2. Closing, as this repo is dead.
In order to use the library with modern compilers the PROGMEM data must be const.
Additionally the Print::write must return size_t, not void.