mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 03:47:55 -05:00
Remove newline handling
This commit is contained in:
@@ -93,7 +93,6 @@ class BLEInterface(MeshInterface):
|
||||
log_record = mesh_pb2.LogRecord()
|
||||
try:
|
||||
log_record.ParseFromString(bytes(b))
|
||||
log_record.message = log_record.message.replace("\n", "")
|
||||
except google.protobuf.message.DecodeError:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user