bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

FlightTab: Assisted flight fix #712

Closed ToveRumar closed 4 months ago

ToveRumar commented 4 months ago

Booleans should be encoded as ints and not strings. Why this worked with pyqt5 is still obscured for me but it looks like its been a change. Regardless bools in other parts of this code is encoded as integers, so keeping it unified is a good idea

ToveRumar commented 4 months ago

Fixes; https://github.com/bitcraze/crazyflie-clients-python/issues/711