BV: improve help text

This commit is contained in:
King Kévin 2018-04-03 15:42:19 +02:00
parent e5b9d0fd85
commit 583eb54b6f
1 changed files with 3 additions and 3 deletions

View File

@ -728,7 +728,7 @@ const struct menu_command_t busvoodoo_global_commands[] = {
{
'P',
"power",
"switch 3V3 and 5V power rails on/off",
"switch 3V3 and 5V power rails on/off, or read internal voltages",
MENU_ARGUMENT_STRING,
"[on|off]",
&busvoodoo_global_power,
@ -736,7 +736,7 @@ const struct menu_command_t busvoodoo_global_commands[] = {
{
'L',
"LV",
"set voltage on low voltage power rail (0, 0.3-4.8, 5V)",
"set voltage on low voltage power rail (0, 0.3-4.8, 5V), or read voltage on pin",
MENU_ARGUMENT_FLOAT,
"[voltage]",
&busvoodoo_global_lv,
@ -744,7 +744,7 @@ const struct menu_command_t busvoodoo_global_commands[] = {
{
'H',
"HV",
"set voltage on high voltage power rail (0, 3.3-24V)",
"set voltage on high voltage power rail (0, 3.3-24V), or read voltage on pin",
MENU_ARGUMENT_FLOAT,
"[voltage]",
&busvoodoo_global_hv,