kmpm / nodemcu-uploader

Upload files to your esp8266 running nodeMcu
MIT License
319 stars 89 forks source link

Somekind of fallback to raw verification if crypto module is missing would be nice #71

Open kmpm opened 7 years ago

kmpm commented 7 years ago

Somekind of fallback to raw verification if crypto module is missing would be nice. Currently test and whatever throws an error when trying to do a sha1 verification and the firmware is not compiled with the crypto module.

kmpm commented 5 years ago

Need a nice way of detecting the crypto module that does not add heaps of code for everyone.