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

Changed "pin" type to uint to extend max pin number #1768

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on May 31, 2023

  1. Update MobiFlightPin.cs to extend pin number limit

    Extended max pin number from the 255 limit with byte.
    Hopefully the only reference / limit
    Ragot-Pierre committed May 31, 2023
    Configuration menu
    Copy the full SHA
    96e29ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Ragot-Pierre/dev

    Update MobiFlightPin.cs to extend pin number limit
    Ragot-Pierre committed May 31, 2023
    Configuration menu
    Copy the full SHA
    5e3026a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Changed RunTests badge to local repo
    Ragot-Pierre committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6f4988a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ed6c81 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from Ragot-Pierre/dev

    Improved UI handling of pins numbers over 255
    Ragot-Pierre committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b9b0ec5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge branch 'mobiflight-original'

    # Conflicts:
    #	Base/ComboBoxHelper.cs
    #	MobiFlight/MobiFlightModule.cs
    #	Properties/Settings.Designer.cs
    #	UI/Panels/Output/DisplayPinPanel.cs
    Ragot-Pierre committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    805f283 View commit details
    Browse the repository at this point in the history
  2. Changed max pin number

    Changed "byte" definitions to "uint" for more than 255 pin per module
    Ragot-Pierre committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e76a194 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update README.md

    Reversed github links to original MobiFlight repo
    Ragot-Pierre committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9b8deba View commit details
    Browse the repository at this point in the history