forked from electro/esp-irblaster
initial version made by removing all csp stuff from cspemu
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
menu "IRBLASTER Configuration"
|
||||
|
||||
menu "Pin mapping"
|
||||
config PIN_I2C_SDA0
|
||||
int "I2C0 SDA"
|
||||
default 18
|
||||
|
||||
config PIN_I2C_SCL0
|
||||
int "I2C0 SCL"
|
||||
default 19
|
||||
|
||||
config PIN_IRLED
|
||||
int "IR LED"
|
||||
default 17
|
||||
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
|
||||
Reference in New Issue
Block a user