Added a hint that connection parameters are defaults.
This commit is contained in:
@@ -865,7 +865,7 @@ add_debug_menu()
|
|||||||
item->SetData("serial_debug_output");
|
item->SetData("serial_debug_output");
|
||||||
item->SetType(MENU_ITEM_MARKABLE);
|
item->SetType(MENU_ITEM_MARKABLE);
|
||||||
item->SetHelpText("Turns on forwarding the syslog output to the serial "
|
item->SetHelpText("Turns on forwarding the syslog output to the serial "
|
||||||
"interface (115200, 8N1).");
|
"interface (default: 115200, 8N1).");
|
||||||
|
|
||||||
menu->AddItem(item
|
menu->AddItem(item
|
||||||
= new(nothrow) MenuItem("Enable on screen debug output"));
|
= new(nothrow) MenuItem("Enable on screen debug output"));
|
||||||
|
|||||||
Reference in New Issue
Block a user