Skip to content

Commit 366ca59

Browse files
committed
fix timestamp
1 parent 5aa989d commit 366ca59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

candle/candle_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def start(self, fd: bool, loopback: bool, listen_only: bool, triple_sample: bool
230230
with self.state_transition_mutex:
231231
if self.state == CandleManagerState.Configuration:
232232
try:
233-
self.channel.start(fd=fd, loop_back=loopback, listen_only=listen_only, triple_sample=triple_sample, one_shot=one_shot, bit_error_reporting=bit_error_reporting)
233+
self.channel.start(fd=fd, loop_back=loopback, listen_only=listen_only, triple_sample=triple_sample, one_shot=one_shot, hardware_timestamp=self.channel.feature.hardware_timestamp, bit_error_reporting=bit_error_reporting)
234234
except RuntimeError as e:
235235
self.handle_exception(str(e))
236236
else:

0 commit comments

Comments
 (0)