microReticulumTbeam/exercises/.gitignore
John Poole 398f0d8761 Modified project microReticulum:
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.
2026-06-03 20:38:11 -07:00

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*