Fix late packet callback binding for inbound Links Handle the case where an inbound Link payload is decrypted before the app packet callback has been installed on that Link object. When Link::receive() sees decrypted plaintext with no packet callback, it now invokes the owner destination’s link-established callback as a late binding opportunity, then dispatches the already-decrypted payload if the callback was installed. This prevents valid inbound Link messages from ending at RNSLINKRX event=no_packet_callback after decrypt_ok, and allows the app-level RX handler to report the received payload.
15 lines
218 B
Text
15 lines
218 B
Text
# ignore entire directories
|
|
lilygo/
|
|
|
|
#ignore soft links
|
|
examples
|
|
|
|
# ignore logs
|
|
*.log
|
|
|
|
# optional: timestamped outputs if you expand later
|
|
*_magnetometer_readings*.log
|
|
|
|
# pending future project
|
|
308_ble_six_unit_mesh*
|
|
|