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

common: extend MISSION_CURRENT #1869

Merged
merged 9 commits into from
Aug 18, 2022
Merged

common: extend MISSION_CURRENT #1869

merged 9 commits into from
Aug 18, 2022

Commits on Aug 4, 2022

  1. common: extend MISSION_CURRENT

    The message MISSION_CURRENT is a bit limited as it sends the current
    mission item sequence but no context.
    
    My proposition would be to include the total as well as the status of an
    ongoing mission.
    julianoes committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f726ca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    e24598e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540c6d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    21c4622 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    5b28225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78fc122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167098b View commit details
    Browse the repository at this point in the history
  4. MISSION_CURRENT: small improvements

    I removed the finite state machine reference as I would consider that
    the implementation rather than what should be in the spec. I also
    renamed the field from status to mission_state while at it.
    
    Also, I fixed the mission mode field name adding an underscore.
    julianoes committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    45913a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    8f69b74 View commit details
    Browse the repository at this point in the history