This commit is contained in:
Dragan Olćan 2025-05-12 10:44:25 +02:00
parent f09bac267a
commit 9e65d072d5

View file

@ -749,7 +749,7 @@ bool handle_encoder()
} }
case MODE_CONTACT_DISCHARGE: case MODE_CONTACT_DISCHARGE:
{ {
if(menu_status==2 && voltage>-12) if(menu_status==2 && voltage>-8)
{ {
voltage=voltage-1; voltage=voltage-1;
} }
@ -798,7 +798,7 @@ bool handle_encoder()
} }
case MODE_CONTACT_DISCHARGE: case MODE_CONTACT_DISCHARGE:
{ {
if(menu_status==2 && voltage<12) if(menu_status==2 && voltage<8)
{ {
voltage=voltage+1; voltage=voltage+1;
} }