Support for TFT & Touch Screens (#18130)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							bba157e5bd
						
					
				
				
					commit
					117df87d19
				
			| @@ -1,6 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| # | ||||
| # Build tests for STM32F1 genericSTM32F103VE | ||||
| # Build tests for MKS Robin nano | ||||
| # (STM32F1 genericSTM32F103VE) | ||||
| # | ||||
|  | ||||
| # exit on first failure | ||||
| @@ -8,7 +9,7 @@ set -e | ||||
|  | ||||
| use_example_configs Mks/Robin | ||||
| opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO | ||||
| exec_test $1 $2 "Default Configuration" | ||||
| exec_test $1 $2 "MKS Robin nano" | ||||
|  | ||||
| # cleanup | ||||
| restore_configs | ||||
|   | ||||
		Reference in New Issue
	
	Block a user