Skip to content

Commit

Permalink
Use CoreVersion instead
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Mar 1, 2025
1 parent c63f7fc commit 78b45c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MobiFlight/MobiFlightModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public bool HasMfFirmware()
// Returns true if the board is running a firmware build from a pull request.
public bool IsPullRequestBuild
{
get { return Version?.StartsWith("0.0.") ?? false; }
get { return CoreVersion?.StartsWith("0.0.") ?? false; }
}

public Config.Config Config
Expand Down

0 comments on commit 78b45c8

Please sign in to comment.