Send a speech packet every 60ms

This commit is contained in:
Simon 2020-09-18 17:06:14 +01:00
parent 6f3f1738cd
commit 14ce37c3a6
1 changed files with 2 additions and 0 deletions

View File

@ -648,6 +648,8 @@ class routerHBP(HBSYSTEM):
except StopIteration:
break
self.send_system(pkt)
#Packet every 60ms
sleep(0.06)
# Mark status variables for use later