We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fc86f9 + 243e297 commit 21f6e25Copy full SHA for 21f6e25
1 file changed
meshtastic/mesh_interface.py
@@ -683,6 +683,7 @@ def callback():
683
self.heartbeatTimer = threading.Timer(i, callback)
684
self.heartbeatTimer.start()
685
p = mesh_pb2.ToRadio()
686
+ p.heartbeat.CopyFrom(mesh_pb2.Heartbeat())
687
self._sendToRadio(p)
688
689
callback() # run our periodic callback now, it will make another timer if necessary
0 commit comments