avr: added time message

This commit is contained in:
Martin Preuss
2026-03-15 20:24:16 +01:00
parent 6c83991df7
commit 6d3a27977a
5 changed files with 263 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
.equ NETMSG_CMD_DATA = 110
.equ NETMSG_CMD_TIME_ANNOUNCE = 120
.equ NETMSG_CMD_TIME_REQSET = 121
.equ NETMSG_CMD_TIME_RSPSET = 122
; ---------------------------------------------------------------------------