Merge pull request #1593 from GUVWAF/master

Rebroadcast encrypted messages
This commit is contained in:
Jm Casler 2022-08-03 12:28:33 -07:00 committed by GitHub
commit d285a2e70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,4 +44,5 @@ void RoutingModule::sendAckNak(Routing_Error err, NodeNum to, PacketId idFrom, C
RoutingModule::RoutingModule() : ProtobufModule("routing", PortNum_ROUTING_APP, Routing_fields)
{
isPromiscuous = true;
encryptedOk = true;
}