diff --git a/README.md b/README.md index cc2a973..9ba9fb2 100644 --- a/README.md +++ b/README.md @@ -313,12 +313,14 @@ Example packets: Synchrize time `0xff`: ``` 0000 ff 00 07 e5 08 0a 0b 24 00 00 00 00 00 00 00 00 .......$........ - -# 3 seconds later: -0000 ff 00 07 e5 08 0a 0b 24 03 00 00 00 00 00 00 00 .......$........ - -# 3 seconds later: -0000 ff 00 07 e5 08 0a 0b 24 06 00 00 00 00 00 00 00 .......$........ + ────┐ ─┐ ─┐ ─┐ ─┐ ─┐ + │ │ │ │ │ │ + │ │ │ │ │ └─ Seconds + │ │ │ │ └──── Minutes + │ │ │ └─────── Hour + │ │ └────────── Day + │ └───────────── Month + └──────────────── Year ``` **Current challange**