diff --git a/repeater/data_acquisition/letsmesh_handler.py b/repeater/data_acquisition/letsmesh_handler.py index cf48fc2..bcb2dd7 100644 --- a/repeater/data_acquisition/letsmesh_handler.py +++ b/repeater/data_acquisition/letsmesh_handler.py @@ -204,7 +204,7 @@ class MeshCoreToMqttJwtPusher: ): # Store local identity and get public key self.local_identity = local_identity - public_key = local_identity.get_public_key().hex() + public_key = local_identity.get_public_key().hex().upper() # Extract values from config from ..config import get_node_info