fix(wifi): fixed the espnow data length error in example

This commit is contained in:
zhangyanjiao
2025-03-17 12:01:07 +08:00
parent be719bfe2d
commit 1a7ed6c1df

View File

@ -47,7 +47,7 @@ menu "Example Configuration"
config ESPNOW_SEND_LEN
int "Send len"
range 10 250
range 10 1470
default 10
help
Length of ESPNOW data to be sent, unit: byte.