Sub-IoT / Sub-IoT-Stack

Sub-IoT: Open Source Stack for Dash7 Alliance Protocol
https://sub-iot.github.io/Sub-IoT-Stack/
Other
150 stars 90 forks source link

Bugfix: alp_unhandled_read_action_cb is broken since bbab07fc #94

Closed sjorsdewit closed 4 years ago

sjorsdewit commented 4 years ago

alp_unhandled_read_action_cb() must be performed before alp_append_return_file_data_action(), otherwise the resulting alp data is never sent.

For some reason this was re-ordered in commit bbab07fc. Probably by mistake?

LOorts-Aloxy commented 4 years ago

looks good to me, nice catch.