Closed bplimley closed 6 years ago
Currently, handle_return_packet always runs setSingleStationUpdate(0) on every packet. It turns out this is slow (~50 ms). So only run that when it is needed.
setSingleStationUpdate(0)
Currently, handle_return_packet always runs
setSingleStationUpdate(0)
on every packet. It turns out this is slow (~50 ms). So only run that when it is needed.