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

add paralized mode; detect FC alive #117

Merged
merged 10 commits into from
Apr 17, 2023

Commits on Apr 6, 2023

  1. add failsafe mode

    - When vtx is captured into failsafe mode, vtx is automatically set to 0mw.
    - When vtx is in failsafe mode, power on switch and other remote control operations for vtx will be invalid.
    - When vtx captures exiting failsafe mode, vtx is automatically set to the power value that was not 0mw last time.
    All the above are valid when boot_0mw enable is enabled.
    ligenxxxx committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    140e8f4 View commit details
    Browse the repository at this point in the history
  2. add paralized mode

    If the paralized mode is turned on, the VTX will turn off the RF and go to sleep until it is powered on again, and the blue led will flash rapidly again during the re-power.
    ligenxxxx committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    757a33e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. code optimized

    ligenxxxx committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    96d2166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f8ee46 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Update msp_displayport.c

    ligenxxxx committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    05e1f02 View commit details
    Browse the repository at this point in the history
  2. remove vtx failsafe mode

    ligenxxxx committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3d4f004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c6eec View commit details
    Browse the repository at this point in the history
  4. Update mcu.c

    ligenxxxx committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    708be85 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    44120ac View commit details
    Browse the repository at this point in the history
  2. disable fc PARALYZE flag

    ligenxxxx committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    abcc625 View commit details
    Browse the repository at this point in the history