mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
Remove newline handling
This commit is contained in:
1 parent
19363967f3
commit
5eafc2c866
1 file changed
-1
@@ -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