Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB for ESP32 v2.0RC4 #88

Merged
merged 7 commits into from
Oct 25, 2024
Merged

DB for ESP32 v2.0RC4 #88

merged 7 commits into from
Oct 25, 2024

Commits on Oct 12, 2024

  1. Added timeout for MAVLink and Transparent mode. To be tested

    Removes expectation for a continuous stream of data. Buffer is flushed to radio interface when timeout triggers. Current setting: 50ms
    seeul8er committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    71fc51c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fixed MSP over ESP-NOW bug, minor refractoring

    MSP parser was sending too big packets via ESP-NOW, split packets into multiple packets.
    seeul8er committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    366f4e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Made serial read timeout configurable

    Via MAVLink interface and web interface
    seeul8er committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a16c8a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Fixed bi-directional MSP parsing bug. MSP via ESP-NOW working

    Parser was ignoring/not detecting MSP messages from the GCS -> FC. Fixed
    seeul8er committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bc75ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd5ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba27f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Web-Interface shows speed of serial port

    sdkconfig for ESP32-C3 with performance settings and esp-idf 5.3
    seeul8er committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e87214f View commit details
    Browse the repository at this point in the history