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 theslot
to get the correctremaining_time_to_..
in this case.
- needed to multiply the