mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
CMS power menu
Menu including: - Voltage meter selection - Current meter selection - Max cell voltage (moved from MISC menu) - Voltage scale adjust (moved from MISC menu) - ADC current scale and offset adjust - Virtual current scale and offset adjust
This commit is contained in:
parent
8738e7d623
commit
22874d8ba2
10 changed files with 170 additions and 20 deletions
|
@ -36,6 +36,10 @@
|
|||
#include "sensors/current.h"
|
||||
#include "sensors/esc_sensor.h"
|
||||
|
||||
const char * const currentMeterSourceNames[CURRENT_METER_COUNT] = {
|
||||
"NONE", "ADC", "VIRTUAL", "ESC", "MSP"
|
||||
};
|
||||
|
||||
const uint8_t currentMeterIds[] = {
|
||||
CURRENT_METER_ID_BATTERY_1,
|
||||
#ifdef USE_VIRTUAL_CURRENT_METER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue