Fix and improve Power Monitor (#21551)
This commit is contained in:
@ -42,7 +42,7 @@ void menu_power_monitor() {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if HAS_POWER_MONITOR_VREF
|
||||
#if ENABLED(POWER_MONITOR_VOLTAGE)
|
||||
{
|
||||
bool ena = power_monitor.voltage_display_enabled();
|
||||
EDIT_ITEM(bool, MSG_VOLTAGE, &ena, power_monitor.toggle_voltage_display);
|
||||
|
Reference in New Issue
Block a user