mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
fix(wifi): fixed the espnow data length error in example
This commit is contained in:
@ -47,7 +47,7 @@ menu "Example Configuration"
|
|||||||
|
|
||||||
config ESPNOW_SEND_LEN
|
config ESPNOW_SEND_LEN
|
||||||
int "Send len"
|
int "Send len"
|
||||||
range 10 250
|
range 10 1470
|
||||||
default 10
|
default 10
|
||||||
help
|
help
|
||||||
Length of ESPNOW data to be sent, unit: byte.
|
Length of ESPNOW data to be sent, unit: byte.
|
||||||
|
Reference in New Issue
Block a user