Correct a comment

This commit is contained in:
joshpirihi 2022-01-29 06:40:17 +13:00 committed by GitHub
parent ff2cad9cac
commit dc7f376778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ ErrorCode Router::send(MeshPacket *p)
* set 0 0
* set 1 1
*
* => so we only encrypt mqtt if they have a custom mqtt server AND mqtt_encryption_enabled is FALSE
* => so we only decrypt mqtt if they have a custom mqtt server AND mqtt_encryption_enabled is FALSE
*/
bool shouldActuallyEncrypt = true;
@ -397,4 +397,4 @@ void Router::perhapsHandleReceived(MeshPacket *p)
handleReceived(p);
packetPool.release(p);
}
}