Merge branch 'dev' into ui
This commit is contained in:
		@@ -455,7 +455,9 @@ shellmatta_handle_t shell_init(shellmatta_write_t write_func)
 | 
			
		||||
 | 
			
		||||
void shell_print_motd(shellmatta_handle_t shell)
 | 
			
		||||
{
 | 
			
		||||
	shellmatta_printf(shell, "\r\nShimatta 仕舞った Reflow Controller ready\r\n\r\n");
 | 
			
		||||
	/* Clear display and set cursor to home position */
 | 
			
		||||
	shellmatta_printf(shell, "\e[2J\e[H");
 | 
			
		||||
	shellmatta_printf(shell, "Shimatta 仕舞った Reflow Controller ready\r\n\r\n");
 | 
			
		||||
	shell_cmd_ver(shell, NULL, 0UL);
 | 
			
		||||
	shell_handle_input(shell, "\r\n", 2UL);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user