BeyondRobotix / mavesp8266

ESP8266 WiFi Access Point and MAVLink Bridge
Other
185 stars 172 forks source link

Adding some delays to deal with UDP frame drops. #13

Closed dogmaphobic closed 8 years ago

dogmaphobic commented 8 years ago

Decreasing the message buffer to 2 messages instead of 5. Apparently, the Espresif UDP stack has issues with outgoing frames larger than 512 bytes.