JoshuaCarroll / RepeaterProgrammingUtility

N5JLC Repeater Programming Utility
MIT License
10 stars 1 forks source link

Program sort of locks up while it is sending codes #3

Closed JoshuaCarroll closed 6 years ago

JoshuaCarroll commented 6 years ago

The entire program sort of locks up while it is sending codes. This is because the form should be in a separate thread from the DTMF encoding, text-to-speech engine, etc. Need to refactor the primary code into multithreaded objects.

JoshuaCarroll commented 6 years ago

Done