Files
python/meshtastic
Felix Moessbauer 839bbbcad2 config: correctly print byte and array types on get
When getting config values of type bytes or list (technically a protobuf
repeated container type), these were directly printed on the output.
However, the retrieved values could not be set by --set again, as the
format was different (e.g. python string representation of bytes vs.
base64 prefixed and encoded as expected by --set).

We fix this by adding a toStr utility function (similar to the fromStr)
function to convert byte types correctly to the base64 representation.
Further, we check if the type is repeated and apply this operation to
all values.
2024-10-25 17:11:06 +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-21 16:39:47 -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