Merge branch 'bugfix/fix_espnow_send_data_error_in_v2.0' into 'master'

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

Closes WIFIBUG-1099, WIFIBUG-1097, WIFIBUG-1098, and WIFI-6804

See merge request espressif/esp-idf!37783
This commit is contained in:
Jiang Jiang Jian
2025-03-20 11:20:49 +08:00
5 changed files with 17 additions and 9 deletions
+1 -1
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.