mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update configuration output
This commit is contained in:
parent
8f77ad5830
commit
053ae53f19
1 changed files with 1 additions and 1 deletions
|
|
@ -918,8 +918,8 @@ void handle_command_sequence(char input_char, char *output_char, bool *forward)
|
||||||
|
|
||||||
case KEY_C:
|
case KEY_C:
|
||||||
tio_printf("Configuration:");
|
tio_printf("Configuration:");
|
||||||
options_print();
|
|
||||||
config_file_print();
|
config_file_print();
|
||||||
|
options_print();
|
||||||
if (option.rs485)
|
if (option.rs485)
|
||||||
{
|
{
|
||||||
rs485_print_config();
|
rs485_print_config();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue