v1.0
This commit is contained in:
parent
f09bac267a
commit
9e65d072d5
|
@ -749,7 +749,7 @@ bool handle_encoder()
|
|||
}
|
||||
case MODE_CONTACT_DISCHARGE:
|
||||
{
|
||||
if(menu_status==2 && voltage>-12)
|
||||
if(menu_status==2 && voltage>-8)
|
||||
{
|
||||
voltage=voltage-1;
|
||||
}
|
||||
|
@ -798,7 +798,7 @@ bool handle_encoder()
|
|||
}
|
||||
case MODE_CONTACT_DISCHARGE:
|
||||
{
|
||||
if(menu_status==2 && voltage<12)
|
||||
if(menu_status==2 && voltage<8)
|
||||
{
|
||||
voltage=voltage+1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue