Skip to content

Commit e529fa9

Browse files
dirkxlucasssvaz
andauthored
Update libraries/WiFiClientSecure/examples/WiFiClientTrustOnFirstUse/WiFiClientTrustOnFirstUse.ino
typo/improvement to text Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
1 parent 6758e4d commit e529fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFiClientSecure/examples/WiFiClientTrustOnFirstUse/WiFiClientTrustOnFirstUse.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ bool doTOFU_Protected_Connection(uint8_t * fingerprint_tofu) {
222222
// end to end trust - by comparing the fingerprint we (now)
223223
// see (of the server certificate) to the one we have stored
224224
// in our EEPROM as part of an earlier trust-on-first use.
225-
//
226225
uint8_t fingerprint_remote[32];
227226
if (!client.getFingerprintSHA256(fingerprint_remote)) {
228227
Serial.println("Failed to get the fingerprint of the server");

0 commit comments

Comments
 (0)