esp-tunnel/main/Kconfig.projbuild

28 lines
676 B
Plaintext

menu "EspTunnel Configuration"
config ESPTNL_PMK
string "ESPNOW primary master key"
default "pmk1234567890123"
help
ESPNOW primary master key. Must be 16 bytes.
config ESPTNL_LMK
string "ESPNOW local master key"
default "lmk1234567890123"
help
ESPNOW local master key. Must be 16 bytes.
config ESPTNL_CHANNEL
int "Channel"
default 1
range 0 14
help
The channel for sending and receiving ESPNOW data.
config ESPTNL_UART
int "UART interface"
default 0
help
The UART interface to use for RX and TX.
endmenu