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 d826655f0c
commit 19ecb580d4

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.