Changed battery type for Module17 to BAT_NONE

pull/87/head
Wojciech Kaczmarski 2022-06-20 11:50:19 +02:00 zatwierdzone przez Silvano Seva
rodzic 8accc3b8b6
commit f1b1dc2034
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -35,9 +35,6 @@ static const uint16_t bat_v_max = 0x0819; // 8.10V
#elif defined BAT_LIPO_3S
static const uint16_t bat_v_min = 0x0AD4; // 10.83V
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
static const uint16_t bat_v_min = 0;
static const uint16_t bat_v_max = 0;

Wyświetl plik

@ -39,7 +39,7 @@
#define PIX_FMT_BW
/* Device has no battery */
#define BAT_MOD17
#define BAT_NONE
/* Signalling LEDs */
#define PTT_LED GPIOC,8