Skip to content

bug fix for get_remaining_time_to_slot() in tdma.

Bugfixes

  • get_remaining_time_to_slot() now correctly handles case when {slot} passed is wrapped around the cycle from the current_slot.
    • needed to multiply the slot_duration_seconds by the slot to get the correct remaining_time_to_.. in this case.

Merge request reports

Loading