mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	.
This commit is contained in:
		
							parent
							
								
									885852a88b
								
							
						
					
					
						commit
						1a047d92b3
					
				| @ -30,8 +30,9 @@ before_install: | ||||
|     - if [ "$MODE" = "ARDUINO" ]; then downloadArduinoLib BSEC "https://github.com/BoschSensortec/BSEC-Arduino-library/archive/master.zip"; fi | ||||
| 
 | ||||
|     # the HDC100X lib is not properly set up in githup so move things around a bit | ||||
|     - if [ "$MODE" = "ARDUINO" ]; then rm -rf $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master; fi | ||||
|     - if [ "$MODE" = "ARDUINO" ]; then downloadArduinoLib HDC100X "https://github.com/RFgermany/HDC100X_Arduino_Library/archive/master.zip"; fi | ||||
|     - if [ "$MODE" = "ARDUINO" ]; then mv -f $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master/HDC100X/* $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master; fi | ||||
|     - if [ "$MODE" = "ARDUINO" ]; then mv $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master/HDC100X/* $HOME/arduino_ide/libraries/HDC100X_Arduino_Library-master; fi | ||||
| 
 | ||||
|     - buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; } | ||||
|      | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user