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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user