espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
486 stars 91 forks source link

transfer data greather than 250 byte #31

Closed mrdsn3 closed 2 years ago

mrdsn3 commented 2 years ago

hi how can we transfer data bigger than 250 byte with esp now

LJYSP commented 2 years ago

The length is limited by Action frame protocol. You should fragment the data in your application.