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
.incoming_packet_length was added after 5.3.0, so unless we have another 5.x stable release, and then change the libraries, we can't drop .packet_size and have the libraries be backwards compatible without conditional code. We could defer this to 7.0.0, or put in conditional code.
The Adafruit libraries that use .packet_size now are:
In 5.x, after #2799 is merged,
PacketBuffer.packet_size
is a synonym forPacketBuffer.incoming_packet_length
, and is deprecated.In 6.0.0, it can be dropped, after updating the libraries that use it.
The text was updated successfully, but these errors were encountered: