Update show config

This commit is contained in:
Martin Lund 2022-10-19 22:18:25 +02:00
parent 134fa87a5c
commit 6f9e41152b
2 changed files with 2 additions and 2 deletions

View file

@ -473,8 +473,8 @@ void handle_command_sequence(char input_char, char previous_char, char *output_c
case KEY_C:
tio_printf("Configuration:");
config_file_print();
options_print();
config_file_print();
if (option.rs485)
{
rs485_print_config();