at first start of crazyflie-pc-client an error occurs (see image)
Main reason:
There is no initial value of flightmode (if "config.json in not there at first start") I can't find the right place for that

Side effect:
In "input.py" there is no initial value in "def __init__" for "minThrust" and "maxThrust" (line 258), too. And here dies the Client with the Pop-up (see image) if you give thrust with the controller.
Not high Prior but annoying if you forget too chose "Normal" as flightmode like me

