Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Semerád Pavel
gt3b
Commits
d0b14609
Commit
d0b14609
authored
Aug 05, 2011
by
Pavel Semerad
Browse files
battery_low from min 7.5 to 6V
parent
e18de4f1
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d0b14609
*0.4.1 ()
minimum battery voltage set to 6V
*0.4.0 (18 Jul 2011)
use steering trim when dual-ESC steering
...
...
menu_global.c
View file @
d0b14609
...
...
@@ -137,7 +137,7 @@ static void gs_battery_low(u8 change) {
lcd_segment
(
LS_SYM_VOLTS
,
LS_OFF
);
return
;
}
if
(
change
)
*
addr
=
(
u8
)
menu_change_val
(
*
addr
,
75
,
105
,
2
,
0
);
if
(
change
)
*
addr
=
(
u8
)
menu_change_val
(
*
addr
,
60
,
105
,
2
,
0
);
lcd_segment
(
LS_SYM_LOWPWR
,
LS_ON
);
lcd_segment
(
LS_SYM_DOT
,
LS_ON
);
lcd_segment
(
LS_SYM_VOLTS
,
LS_ON
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment