mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-24 19:26:03 +00:00
ESP-IDF Robot ESP NOW
This commit is contained in:
@@ -98,5 +98,15 @@ menu "EET ROBOT Configuration"
|
|||||||
range 0 14
|
range 0 14
|
||||||
help
|
help
|
||||||
The channel on which sending and receiving ESPNOW data.
|
The channel on which sending and receiving ESPNOW data.
|
||||||
|
config ESPNOW_PMK
|
||||||
|
string "ESPNOW primary master key"
|
||||||
|
default "pmk1234567890123"
|
||||||
|
help
|
||||||
|
ESPNOW primary master for the example to use. The length of ESPNOW primary master must be 16 bytes.
|
||||||
|
|
||||||
|
config ESPNOW_LMK
|
||||||
|
string "ESPNOW local master key"
|
||||||
|
default "lmk1234567890123"
|
||||||
|
help
|
||||||
|
ESPNOW local master for the example to use. The length of ESPNOW local master must be 16 bytes.
|
||||||
endmenu
|
endmenu
|
||||||
|
Reference in New Issue
Block a user