This commit is contained in:
proddy
2018-10-04 11:34:10 +02:00
parent d71f568ccf
commit 2fcb9b1558

View File

@@ -400,7 +400,7 @@ void ESPHelper::reconnect() {
if (wifiClientSecure.verify(_fingerprint,
_currentNet.mqttHost)) {
logger(LOG_CONSOLE,
"Certificate Matches - SUCESS\n");
"Certificate Matches - SUCCESS\n");
} else {
logger(LOG_CONSOLE,
"Certificate Doesn't Match - FAIL\n");