forked from electro/esp-irblaster
				
			
			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
						
					
					
						
							890 B
						
					
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							890 B
						
					
					
				menu "Project configuration"
 | 
						|
 | 
						|
    menu "Pin mapping"
 | 
						|
        config PIN_LED
 | 
						|
            int "LED pin"
 | 
						|
            default 17
 | 
						|
 | 
						|
        config PIN_STATUSLED
 | 
						|
            int "Status LED pin"
 | 
						|
            default 20
 | 
						|
 | 
						|
        config PIN_BLIND
 | 
						|
            int "Blind open pin"
 | 
						|
            default 18
 | 
						|
 | 
						|
        config PIN_PWM
 | 
						|
            int "Motor PWM pin"
 | 
						|
            default 19
 | 
						|
 | 
						|
        config PIN_DIR
 | 
						|
            int "Motor direction pin"
 | 
						|
            default 23
 | 
						|
 | 
						|
        config PIN_1WIRE_1
 | 
						|
            int "1Wire 1 (indoor)"
 | 
						|
            default 21
 | 
						|
 | 
						|
        config PIN_1WIRE_2
 | 
						|
            int "1Wire 2 (outdoor)"
 | 
						|
            default 22
 | 
						|
    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
 | 
						|
 |