mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-28 23:34:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			388 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			388 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [env:t-eth-elite]
 | |
| extends = esp32s3_base
 | |
| board = esp32s3box
 | |
| board_level = pr
 | |
| board_check = true
 | |
| board_build.partitions = default_16MB.csv
 | |
| build_flags = 
 | |
|   ${esp32s3_base.build_flags}
 | |
|   -D T_ETH_ELITE
 | |
|   -D HAS_UDP_MULTICAST=1
 | |
|   -I variants/esp32s3/t-eth-elite
 | |
| 
 | |
| lib_ignore = 
 | |
|     Ethernet
 | |
| 
 | |
| lib_deps = 
 | |
|   ${esp32s3_base.lib_deps}
 | |
|   https://github.com/meshtastic/ETHClass2/archive/v1.0.0.zip
 | 
