SJChannel

Results 5 comments of SJChannel

I like this change, but I have a different opinion about where the information should be placed. I believe that under Windows the "bus reported device description" should be stored...

I agree, the description field is problematic. Under Windows, "product" is currently set to None, so it shouldn't break anything to set it. Maybe it's best to leave "description" as...

@sheppard74 Thanks for finding that stackoverflow solution. After making a few python2->3 changes, it works for me (miniconda with python 3.76 and pywin32 227). I'm attaching my modified version of...

Thanks for looking at this. See the attached output. Also, I just found another clue. If I do this, the problem goes away: `set blackbox_device = NONE` [Marmotte_info01.txt](https://github.com/betaflight/betaflight/files/9667424/Marmotte_info01.txt)

A different solution that seems to work OK is to create the event loop like this: `loop = qasync.QEventLoop(qApp, already_running=True) ` Is that how it should be done? The docstring...