debugging DMRBITS head and term

This commit is contained in:
n0mjs710 2019-08-27 16:39:55 -05:00
parent 43a5b89aa2
commit 7a71d121f4
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class HBP(HBSYSTEM):
print(int_id(_stream_id), int_id(self.last_stream))
self.last_stream = _stream_id
feedback = Thread(target=self.play_voice(bytes_3(3120102), bytes_3(2), bytes_4(3120119), 0, [words, ['kansas_link'], words['connected']]))
feedback = Thread(target=self.play_voice(bytes_3(3120102), bytes_3(2), bytes_4(3120119), 0, [words['connected']]))
feedback.start()