mirror of
				https://github.com/thelsing/knx.git
				synced 2025-10-26 10:26:25 +01:00 
			
		
		
		
	Add default MEDIUM_TYPE 0 (TP)
This commit is contained in:
		
							parent
							
								
									9f2981abcb
								
							
						
					
					
						commit
						c93dc81367
					
				@ -2,6 +2,11 @@
 | 
			
		||||
 | 
			
		||||
#include "knx/bits.h"
 | 
			
		||||
 | 
			
		||||
// Set default medium type to TP if no external definitions was given
 | 
			
		||||
#ifndef MEDIUM_TYPE
 | 
			
		||||
#define MEDIUM_TYPE 0
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef ARDUINO_ARCH_SAMD
 | 
			
		||||
    #include "samd_platform.h"
 | 
			
		||||
    #include "knx/bau07B0.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user