esthetics

This commit is contained in:
Gwenhael Le Moine 2023-09-24 09:27:02 +02:00
parent 4ca96f12b9
commit 123efa0762
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -688,5 +688,5 @@ void init_text_ui( int argc, char** argv )
mvprintw( 0, 2, "[ | | | | | ]" ); /* annunciators */
mvprintw( LCD_BOTTOM, 2, "[ wire: %s ][ IR: %s ]", wire_name, ir_name );
mvprintw( LCD_BOTTOM, 2, "[ wire: %s ]-[ IR: %s ]", wire_name, ir_name );
}