mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			164 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			164 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh -ex
 | |
| 
 | |
| BOARD=$1
 | |
| 
 | |
| cd "$(dirname "$0")/../../"
 | |
| 
 | |
| cp extras/particle/src/smocktest.ino src/
 | |
| cp extras/particle/project.properties ./
 | |
| 
 | |
| particle compile "$BOARD"
 |