We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6758e4d commit e529fa9Copy full SHA for e529fa9
libraries/WiFiClientSecure/examples/WiFiClientTrustOnFirstUse/WiFiClientTrustOnFirstUse.ino
@@ -222,7 +222,6 @@ bool doTOFU_Protected_Connection(uint8_t * fingerprint_tofu) {
222
// end to end trust - by comparing the fingerprint we (now)
223
// see (of the server certificate) to the one we have stored
224
// in our EEPROM as part of an earlier trust-on-first use.
225
- //
226
uint8_t fingerprint_remote[32];
227
if (!client.getFingerprintSHA256(fingerprint_remote)) {
228
Serial.println("Failed to get the fingerprint of the server");
0 commit comments