forked from poelzi/OpenChronos
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.h
48 lines (45 loc) · 1.14 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// !!!! DO NOT EDIT !!!, use: make config
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define CONFIG_FREQUENCY 868
#define OPTION_TIME_DISPLAY 0
#define CONFIG_METRIC_ONLY
// FIXEDPOINT is not set
#ifndef THIS_DEVICE_ADDRESS
#define THIS_DEVICE_ADDRESS {0xed,0xc0,0xbb,0x25}
#endif // THIS_DEVICE_ADDRESS
// USE_LCD_CHARGE_PUMP is not set
#define USE_WATCHDOG
// DEBUG is not set
#define CONFIG_DAY_OF_WEEK
// CONFIG_TEST is not set
#define CONFIG_EGGTIMER
// CONFIG_PHASE_CLOCK is not set
#define CONFIG_ALTITUDE
// CONFIG_VARIO is not set
// CONFIG_ALTI_ACCUMULATOR is not set
// CONFIG_PROUT is not set
// CONFIG_SIDEREAL is not set
#define CONFIG_DST 0
// CONFIG_INFOMEM is not set
#define CONFIG_ACCEL
// CONFIG_STRENGTH is not set
#define CONFIG_ALARM
#define CONFIG_BATTERY
#define CONFIG_CLOCK
#define CONFIG_DATE
#define CONFIG_RFBSL
#define CONFIG_STOP_WATCH
#define CONFIG_TEMP
// CONFIG_USEPPT is not set
#define USE_PRESS
#define DONT_USE_FILTER
#define NO_ALTI
#define OLD_SCH
#define NEW_CHAR
#define LZH
#define CONFIG_USE_SYNC_TOSET_TIME
// CONFIG_USE_DISCRET_RFBSL is not set
// CONFIG_USE_GPS is not set
// CONFIG_CW_TIME is not set
#endif // _CONFIG_H_