SmartSpin2K / SmartSpin2kFlasher

Simple GUI tool to flash ESPs over USB
https://github.com/doudar/SmartSpin2k
MIT License
0 stars 2 forks source link

Flasher stops responding when network dropdown is changed #12

Closed doudar closed 2 years ago

doudar commented 2 years ago

If you have a network already selected and try to select a different network on in the UDP logging window, the program stops responding.

doudar commented 2 years ago

@MarkusSchneider - I'm a total python n00b but is it possible self.logging_thread needs to be stopped prior to self._logging_thread.start() in the def on_select_ip(self, event): ?

doudar commented 2 years ago

fixed by #13