summaryrefslogtreecommitdiff
path: root/firmware/export/config/mpiohd200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/mpiohd200.h')
-rw-r--r--firmware/export/config/mpiohd200.h23
1 files changed, 10 insertions, 13 deletions
diff --git a/firmware/export/config/mpiohd200.h b/firmware/export/config/mpiohd200.h
index b9e9b11e2d..ca891a6ba5 100644
--- a/firmware/export/config/mpiohd200.h
+++ b/firmware/export/config/mpiohd200.h
@@ -69,9 +69,6 @@
69 69
70#define CONFIG_KEYPAD MPIO_HD200_PAD 70#define CONFIG_KEYPAD MPIO_HD200_PAD
71 71
72#define AB_REPEAT_ENABLE 1
73#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
74
75/* Define this if you do software codec */ 72/* Define this if you do software codec */
76#define CONFIG_CODEC SWCODEC 73#define CONFIG_CODEC SWCODEC
77 74
@@ -118,19 +115,19 @@
118#define CODEC_SRCTRL_44100HZ (0x10 << 1) 115#define CODEC_SRCTRL_44100HZ (0x10 << 1)
119#define CODEC_SRCTRL_88200HZ (0x1E << 1) 116#define CODEC_SRCTRL_88200HZ (0x1E << 1)
120 117
121#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ 118#define BATTERY_TYPES_COUNT 1
122#define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */ 119#define BATTERY_CAPACITY_DEFAULT 850 /* this is wild guess */
123#define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */ 120#define BATTERY_CAPACITY_MIN 800 /* min. capacity selectable */
124#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 121#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
125#define BATTERY_TYPES_COUNT 1 /* only one type */ 122#define BATTERY_CAPACITY_INC 50 /* capacity increment */
123
124#define CURRENT_NORMAL 68 /* measured during playback unboosted */
125#define CURRENT_BACKLIGHT 24 /* measured */
126#define CURRENT_RECORD 40 /* additional current while recording */
127#define CURRENT_REMOTE 0 /* additional current when remote connected */
126 128
127#define CONFIG_CHARGING CHARGING_MONITOR 129#define CONFIG_CHARGING CHARGING_MONITOR
128 130
129/* define current usage levels */
130/* additional current when remote connected */
131/*
132#define CURRENT_REMOTE 8
133*/
134#ifndef SIMULATOR 131#ifndef SIMULATOR
135 132
136/* Define this if your LCD can set contrast */ 133/* Define this if your LCD can set contrast */