diff options
Diffstat (limited to 'src/TimestampDecoder.h')
-rw-r--r-- | src/TimestampDecoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index 903346e..171dba7 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -126,6 +126,7 @@ class TimestampDecoder : public RemoteControllable offset_changed = false; RC_ADD_PARAMETER(offset, "TIST offset [s]"); + RC_ADD_PARAMETER(timestamp, "FCT and timestamp [s]"); etiLog.level(info) << "Setting up timestamp decoder with " << timestamp_offset << " offset"; |