Files
python/meshtastic
Felix Moessbauer dfaf1a275d fix base64 encoding of key field in config
The security.privateKey and security.publicKey fields are of type bytes,
but the protobuf MessageToDict converts them to base64 encoded strings.
When importing the config again, this is read as a string, which breaks
the import. Instead, the value needs to be prefixed with "base64:", so
the type handling logic on import kicks in and decodes the value to a
bytes array again.

Fixes: #678
2024-10-18 16:13:25 +02:00
..
2024-07-11 12:19:16 -07:00
2024-10-12 09:33:28 -07:00
2024-10-12 12:49:14 -07:00
2024-10-16 20:52:10 -07:00
2020-04-27 16:44:41 -07:00
2024-04-10 17:42:44 +01:00
2024-10-12 12:52:36 -07:00
2024-10-12 12:49:14 -07:00
2024-03-29 18:38:25 -07:00