whoenig / crazyflie_cpp

C++ Library to communicate with Bitcraze Crazyflie
MIT License
21 stars 38 forks source link

Add version checks based on protocol version #6

Closed whoenig closed 5 years ago

whoenig commented 6 years ago

Use the version check to figure out if more than 256 parameters are supported, see https://github.com/bitcraze/crazyflie-firmware/pull/337.

whoenig commented 5 years ago

Fixed.