comparison src/configuration.inc @ 633:690c48db7b5b

3.09 beta 2 release
author heinrichsweikamp
date Thu, 05 Mar 2020 15:06:14 +0100
parents 185ba2f91f59
children 4050675965ea
comparison
equal deleted inserted replaced
632:0347acdf6d8e 633:690c48db7b5b
23 ; 23 ;
24 #endif 24 #endif
25 25
26 #define fw_version_major 0x03 26 #define fw_version_major 0x03
27 #define fw_version_minor 0x09 27 #define fw_version_minor 0x09
28 #define fw_version_beta 0x01 28 #define fw_version_beta 0x02
29 29
30 30
31 #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 31 #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
32 ; 32 ;
33 ; Firmware Creation and Expiration Date 33 ; Firmware Creation and Expiration Date
41 ; NOTE: all values need to be defined in hex! 41 ; NOTE: all values need to be defined in hex!
42 ; 42 ;
43 #endif 43 #endif
44 44
45 #define firmware_creation_year 0x14 45 #define firmware_creation_year 0x14
46 #define firmware_creation_month 0x02 46 #define firmware_creation_month 0x03
47 #define firmware_creation_day 0x1C 47 #define firmware_creation_day 0x05
48 48
49 #define firmware_expire_year 0x15 49 #define firmware_expire_year 0x15
50 #define firmware_expire_month 0x01 50 #define firmware_expire_month 0x01
51 #define firmware_expire_day 0x01 51 #define firmware_expire_day 0x01
52 52
75 ; 75 ;
76 ; _language_2 second language, coding as above or 'none' mem: approx. 4.0 kbyte in Sport, 4.228 kbyte in Tech 76 ; _language_2 second language, coding as above or 'none' mem: approx. 4.0 kbyte in Sport, 4.228 kbyte in Tech
77 ; 77 ;
78 #endif 78 #endif
79 79
80 #define _language_1 de 80 #define _language_1 en
81 #define _language_2 none 81 #define _language_2 none
82 82
83 83
84 #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 84 #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
85 ; 85 ;