ESP-IDF Robot ESP NOW

This commit is contained in:
2024-12-24 12:09:38 -05:00
parent 78073f40f6
commit afc1275d98

View File

@@ -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