v1.7.82
This commit is contained in:
		
							parent
							
								
									6b70ea2748
								
							
						
					
					
						commit
						99515f1191
					
				@ -42,7 +42,7 @@ description = Paxcounter is a device for metering passenger flows in realtime. I
 | 
			
		||||
 | 
			
		||||
[common]
 | 
			
		||||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
 | 
			
		||||
release_version = 1.7.8
 | 
			
		||||
release_version = 1.7.82
 | 
			
		||||
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
 | 
			
		||||
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
 | 
			
		||||
debug_level = 3
 | 
			
		||||
@ -51,8 +51,6 @@ otakeyfile = ota.conf
 | 
			
		||||
lorakeyfile = loraconf.h
 | 
			
		||||
lmicconfigfile = lmic_config.h
 | 
			
		||||
platform_espressif32 = espressif32@1.9.0
 | 
			
		||||
board_build.partitions = min_spiffs.csv
 | 
			
		||||
board = esp32dev
 | 
			
		||||
monitor_speed = 115200
 | 
			
		||||
upload_speed = 115200
 | 
			
		||||
lib_deps_lora =
 | 
			
		||||
@ -98,11 +96,11 @@ build_flags_all =
 | 
			
		||||
    -mfix-esp32-psram-cache-issue
 | 
			
		||||
 | 
			
		||||
[env]
 | 
			
		||||
board = ${common.board}
 | 
			
		||||
framework = arduino
 | 
			
		||||
board = esp32dev
 | 
			
		||||
board_build.partitions = min_spiffs.csv
 | 
			
		||||
upload_speed = ${common.upload_speed}
 | 
			
		||||
platform = ${common.platform_espressif32}
 | 
			
		||||
framework = arduino
 | 
			
		||||
board_build.partitions = ${common.board_build.partitions}
 | 
			
		||||
lib_deps = ${common.lib_deps_all}
 | 
			
		||||
build_flags = ${common.build_flags_all}
 | 
			
		||||
upload_protocol = ${common.upload_protocol}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user