adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
572 stars 291 forks source link

Add fingerprint to verifyFingerprint() #117

Closed versi786 closed 6 years ago

versi786 commented 6 years ago

Fix Compiler Error: 126: error: 'fingerprint' was not declared in this scope if (client.verify(fingerprint, host)) { ^ exit status 1

brentru commented 6 years ago

This has been updated in the latest master branch. Closing...