v1.9.991
This commit is contained in:
		
							parent
							
								
									b15d59f012
								
							
						
					
					
						commit
						8bb0682a96
					
				@ -45,7 +45,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.9.99
 | 
			
		||||
release_version = 1.9.991
 | 
			
		||||
; 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
 | 
			
		||||
@ -53,16 +53,16 @@ extra_scripts = pre:build.py
 | 
			
		||||
otakeyfile = ota.conf
 | 
			
		||||
lorakeyfile = loraconf.h
 | 
			
		||||
lmicconfigfile = lmic_config.h
 | 
			
		||||
platform_espressif32 = espressif32@1.12.0
 | 
			
		||||
platform_espressif32 = espressif32@1.12.1
 | 
			
		||||
monitor_speed = 115200
 | 
			
		||||
upload_speed = 115200
 | 
			
		||||
lib_deps_lora =
 | 
			
		||||
    MCCI LoRaWAN LMIC library@3.1.0 ; MCCI LMIC by Terrill Moore
 | 
			
		||||
lib_deps_display =
 | 
			
		||||
    ss_oled@4.1.2 ; fast and small OLED lib by Larry Bank
 | 
			
		||||
    BitBang_I2C@2.0.3
 | 
			
		||||
    ss_oled@4.1.3 ; fast and small OLED lib by Larry Bank
 | 
			
		||||
    BitBang_I2C@2.1.1
 | 
			
		||||
    QRCode@0.0.1
 | 
			
		||||
    TFT_eSPI@2.2.0
 | 
			
		||||
    TFT_eSPI@2.2.2
 | 
			
		||||
lib_deps_matrix_display =
 | 
			
		||||
    Ultrathin_LED_Matrix@>=1.0.0
 | 
			
		||||
lib_deps_rgbled =
 | 
			
		||||
@ -70,8 +70,8 @@ lib_deps_rgbled =
 | 
			
		||||
lib_deps_gps =
 | 
			
		||||
    1655@>=1.0.2 ; #1655 TinyGPSPlus by Mikal Hart
 | 
			
		||||
lib_deps_sensors =
 | 
			
		||||
    Adafruit Unified Sensor@>=1.1.1
 | 
			
		||||
    Adafruit BME280 Library@>=2.0.0
 | 
			
		||||
    Adafruit Unified Sensor@>=1.1.2
 | 
			
		||||
    Adafruit BME280 Library@>=2.0.2
 | 
			
		||||
    Adafruit BMP085 Library@>=1.0.1
 | 
			
		||||
    BSEC Software Library@1.5.1474
 | 
			
		||||
    https://github.com/ricki-z/SDS011.git
 | 
			
		||||
@ -110,7 +110,7 @@ framework = arduino
 | 
			
		||||
board = esp32dev
 | 
			
		||||
board_build.partitions = min_spiffs.csv
 | 
			
		||||
upload_speed = ${common.upload_speed}
 | 
			
		||||
;upload_port = COM8
 | 
			
		||||
;upload_port = COM5
 | 
			
		||||
platform = ${common.platform_espressif32}
 | 
			
		||||
lib_deps = ${common.lib_deps_all}
 | 
			
		||||
build_flags = ${common.build_flags_all}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user