jjy-py

JJY40 emulator in Python
git clone git://git.luxferre.top/jjy-py.git
Log | Files | Refs | README

commit 63ee1b605bc5034d0dd6c61e0403bb0b84c90a06
parent ffe1dbec9ec3a325faacb46291b9e36674b9d434
Author: Luxferre <lux@ferre>
Date:   Tue, 14 May 2024 22:06:26 +0300

updated readme

Diffstat:
MREADME | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -49,7 +49,10 @@ watch/clock doesn't have such correction, you can always use this -o flag to zero out this offset (with -o 0) and transmit the local time directly onto it. In case your equipment, software or time source server introduce any delay to the synchronization process, you can add a constant delta (in milliseconds) -with the -d flag. After the synchronization is successful, you can press the +with the -d flag. E.g. Citizens tend to lag behind an entire second with my +equipment (unlike Casios), so the -d 1000 parameter is usually helpful for me. + +After the synchronization is successful, you can press the Ctrl+C combination or wait until the entire sequence (which is 30 minutes long by default, adjustable with -t flag) gets transmitted.