You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the library for the CRTP radiodriver, there is a piece of code that is very legacy and doesn't do anything at the moments. It's ifstatement is handled when the lenght of the data array is above zero, but even null packets have at least a data size of 1.
It was supposed to do some relaxation with the communication it seems. Also we need to discuss if this is even something even want right now with the crazyradio / CRTP 2 protocol coming up:
Currently in the library for the CRTP radiodriver, there is a piece of code that is very legacy and doesn't do anything at the moments. It's ifstatement is handled when the lenght of the data array is above zero, but even null packets have at least a data size of 1.
It was supposed to do some relaxation with the communication it seems. Also we need to discuss if this is even something even want right now with the crazyradio / CRTP 2 protocol coming up:
crazyflie-lib-python/cflib/crtp/radiodriver.py
Lines 632 to 646 in 418a681
The text was updated successfully, but these errors were encountered: