Skip to content

Commit

Permalink
add leerzeile
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Dec 2, 2024
1 parent c8b0017 commit a3d3c0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MobiFlight/MobiFlightModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,14 @@ public MobiFlightModule(MobiFlightModuleInfo moduleInfo)
Board = moduleInfo.Board;
HardwareId = moduleInfo.HardwareId;
}

public object Clone()
{
var clone = new MobiFlightModule(this.ToMobiFlightModuleInfo());
clone.CoreVersion = this.CoreVersion;
return clone;
}

public void Connect()
{
if (this.Connected)
Expand Down

0 comments on commit a3d3c0c

Please sign in to comment.