kopia lustrzana https://github.com/meshtastic/firmware
				
				
				
			
		
			
				
	
	
		
			26 wiersze
		
	
	
		
			579 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			26 wiersze
		
	
	
		
			579 B
		
	
	
	
		
			INI
		
	
	
[env:m5stack-coreink]
 | 
						|
extends = esp32_base
 | 
						|
board = m5stack-coreink
 | 
						|
build_src_filter = 
 | 
						|
  ${esp32_base.build_src_filter}
 | 
						|
build_flags = 
 | 
						|
  ${esp32_base.build_flags} -I variants/m5stack_coreink
 | 
						|
  ;-D RADIOLIB_VERBOSE
 | 
						|
  -Ofast
 | 
						|
  -D__MCUXPRESSO
 | 
						|
  -DEPD_HEIGHT=200
 | 
						|
  -DEPD_WIDTH=200
 | 
						|
  -DUSER_SETUP_LOADED
 | 
						|
  -DM5_COREINK 
 | 
						|
  -DM5STACK
 | 
						|
lib_deps = 
 | 
						|
  ${esp32_base.lib_deps}
 | 
						|
  zinggjm/GxEPD2@^1.4.9
 | 
						|
  lewisxhe/PCF8563_Library@^1.0.1
 | 
						|
lib_ignore =
 | 
						|
  m5stack-coreink
 | 
						|
monitor_filters = esp32_exception_decoder
 | 
						|
board_build.f_cpu = 240000000L
 | 
						|
upload_protocol = esptool
 | 
						|
upload_port = /dev/ttyACM0
 |