moved versions to a dedicated file shared by all nodes.

This commit is contained in:
Martin Preuss
2025-05-29 20:26:43 +02:00
parent 18be337160
commit dbf7f76baa
15 changed files with 36 additions and 66 deletions

15
avr/version.asm Normal file
View File

@@ -0,0 +1,15 @@
; ***************************************************************************
; copyright : (C) 2025 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
; * This file is part of the project "AqHome". *
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
.equ FIRMWARE_VERSION_MAJOR = 1
.equ FIRMWARE_VERSION_MINOR = 0
.equ FIRMWARE_VERSION_PATCHLEVEL = 0