You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							43 lines
						
					
					
						
							872 B
						
					
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							872 B
						
					
					
				menu "App Configuration"
 | 
						|
 | 
						|
    menu "Pin mapping"
 | 
						|
        config PIN_I2C_SDA0
 | 
						|
            int "I2C0 SDA"
 | 
						|
            default 16
 | 
						|
 | 
						|
        config PIN_I2C_SCL0
 | 
						|
            int "I2C0 SCL"
 | 
						|
            default 17
 | 
						|
 | 
						|
        config PIN_I2C_SDA1
 | 
						|
            int "I2C0 SDA"
 | 
						|
            default 5
 | 
						|
 | 
						|
        config PIN_I2C_SCL1
 | 
						|
            int "I2C0 SCL"
 | 
						|
            default 18
 | 
						|
 | 
						|
        config PIN_CO2_NRDY
 | 
						|
            int "CO2 NRDY"
 | 
						|
            default 23
 | 
						|
 | 
						|
        config PIN_CO2_COMSEL
 | 
						|
            int "CO2 COMSEL"
 | 
						|
            default 13
 | 
						|
            
 | 
						|
        config PIN_CO2_EN
 | 
						|
            int "CO2 EN"
 | 
						|
            default 15
 | 
						|
    endmenu
 | 
						|
 | 
						|
    menu "Console"
 | 
						|
        config CONSOLE_TELNET_PORT
 | 
						|
            int "Integrated telnet server listening port"
 | 
						|
            default 23
 | 
						|
 | 
						|
        config CONSOLE_PW_LEN
 | 
						|
            int "Console max pw len"
 | 
						|
            default 32
 | 
						|
    endmenu
 | 
						|
 | 
						|
endmenu
 | 
						|
 |