Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/definitions.asm @ 835:30136fc61392
Change power-off sequence
| author | heinrichsweikamp |
|---|---|
| date | Sun, 30 Dec 2018 18:13:42 +0100 |
| parents | f8afe90796d6 |
| children | 2750099bf5bb |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Sun May 01 16:09:39 2016 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sun Dec 30 18:13:42 2018 +0100 @@ -22,9 +22,9 @@ ; ToDo: #DEFINE softwareversion_x d'3' ; Software version XX.YY -#DEFINE softwareversion_y d'14' ; Software version XX.YY +#DEFINE softwareversion_y d'15' ; Software version XX.YY -#DEFINE softwareversion_beta 1 ; (and 0 for release) +#DEFINE softwareversion_beta 0 ; (and 0 for release) #DEFINE max_custom_number d'73' ; Number of last used custom function
