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
I am trying to use this library to send packets that are about 600 bytes long using a CC1101. I see the PacketLengthMode.INFINITE has been commented out in the options.py file. Is this because it has not yet been implemented?
Best regards,
Lenn
The text was updated successfully, but these errors were encountered:
With the current implementation you could use CC1101.asynchronous_transmission() instead.
However, that mode requires manual encoding and timing of the signal (by setting pin GDO0)
Hi,
I am trying to use this library to send packets that are about 600 bytes long using a CC1101. I see the PacketLengthMode.INFINITE has been commented out in the options.py file. Is this because it has not yet been implemented?
Best regards,
Lenn
The text was updated successfully, but these errors were encountered: