DroneBridge / ESP32

DroneBridge for ESP32. A secure & transparent telemetry link with support for WiFi and ESP-NOW. Supporting MAVLink, MSP, LTM or any other protocol
https://dronebridge.github.io/ESP32/
Apache License 2.0
382 stars 107 forks source link

Bugfix/loopback fix #71

Closed dariy-vel closed 6 months ago

dariy-vel commented 6 months ago

Fixed issues, when UDP data would be written in loopback causing eth to not work. Updated IP addresses

dariy-vel commented 6 months ago

sorry, accidental PR. I'm trying to add ethernet support in a private forked repository along with some stuff I play with (like trying to parse mavlink). Will open a real PR once I get that working