mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	save work
This commit is contained in:
		
							parent
							
								
									74f1502a90
								
							
						
					
					
						commit
						04dafba458
					
				@ -80,8 +80,9 @@
 | 
			
		||||
        directories:
 | 
			
		||||
          - "~/.platformio"
 | 
			
		||||
      env:
 | 
			
		||||
        - PLATFORMIO_CI_SRC=examples/knx-usb
 | 
			
		||||
        - PLATFORMIO_CI_SRC=examples/knx-usb/src/main.cpp
 | 
			
		||||
        - PLATFORMIO_LIBDEPS_DIR=/tmp/libdeps
 | 
			
		||||
        - PLATFORMIO_EXTRA_SCRIPTS=pre:examples/knx-usb/custom_hwids.py
 | 
			
		||||
      install:
 | 
			
		||||
        - pip install -U platformio
 | 
			
		||||
        - platformio update      
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@ framework = arduino
 | 
			
		||||
 | 
			
		||||
; VID must be changed to some known KNX Manufacturer 
 | 
			
		||||
; so that the KNX USB interface gets recognized by ETS
 | 
			
		||||
extra_scripts = pre:examples/knx-usb/custom_hwids.py
 | 
			
		||||
extra_scripts = pre:custom_hwids.py
 | 
			
		||||
board_build.usb_product="KNX RF - USB Interface"
 | 
			
		||||
 | 
			
		||||
lib_deps =
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user