mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 18:31:37 +00:00
Correct a comment
This commit is contained in:
parent
ff2cad9cac
commit
dc7f376778
@ -222,7 +222,7 @@ ErrorCode Router::send(MeshPacket *p)
|
|||||||
* set 0 0
|
* set 0 0
|
||||||
* set 1 1
|
* 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;
|
bool shouldActuallyEncrypt = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user