disabled updating last received timestamp when sending nack

This commit is contained in:
DJ2LS 2022-12-24 18:39:51 +01:00
parent af7c9cbafb
commit 33e0c2d497

View file

@ -2939,7 +2939,8 @@ class DATA:
self.send_burst_nack_frame_watchdog(0)
# Update data_channel timestamp
self.data_channel_last_received = time.time()
# TODO: Disabled this one for testing.
# self.data_channel_last_received = time.time()
self.n_retries_per_burst += 1
else:
# print((self.data_channel_last_received + self.time_list[self.speed_level])-time.time())