Changed battery type for Module17 to BAT_NONE
This commit is contained in:
parent
8accc3b8b6
commit
f1b1dc2034
|
|
@ -35,9 +35,6 @@ static const uint16_t bat_v_max = 0x0819; // 8.10V
|
||||||
#elif defined BAT_LIPO_3S
|
#elif defined BAT_LIPO_3S
|
||||||
static const uint16_t bat_v_min = 0x0AD4; // 10.83V
|
static const uint16_t bat_v_min = 0x0AD4; // 10.83V
|
||||||
static const uint16_t bat_v_max = 0x0C73; // 12.45V
|
static const uint16_t bat_v_max = 0x0C73; // 12.45V
|
||||||
#elif defined BAT_MOD17
|
|
||||||
static const uint16_t bat_v_min = 0x0600; // 6.00V
|
|
||||||
static const uint16_t bat_v_max = 0x0DCD; // 13.8V
|
|
||||||
#elif defined BAT_NONE
|
#elif defined BAT_NONE
|
||||||
static const uint16_t bat_v_min = 0;
|
static const uint16_t bat_v_min = 0;
|
||||||
static const uint16_t bat_v_max = 0;
|
static const uint16_t bat_v_max = 0;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
#define PIX_FMT_BW
|
#define PIX_FMT_BW
|
||||||
|
|
||||||
/* Device has no battery */
|
/* Device has no battery */
|
||||||
#define BAT_MOD17
|
#define BAT_NONE
|
||||||
|
|
||||||
/* Signalling LEDs */
|
/* Signalling LEDs */
|
||||||
#define PTT_LED GPIOC,8
|
#define PTT_LED GPIOC,8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue