Skip to content

Commit

Permalink
Example: switch example
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Nov 19, 2024
1 parent 2016d3b commit fdcbb09
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@
<None Include="plugins\example20-multiplepositions.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="plugins\example23-switch.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="plugins\example22-payloadconfig.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -1184,4 +1187,7 @@
<Compile Include="SikRadio\RFDLib\RFDLib.cs" />
<Compile Include="SikRadio\RFDLib\Text.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="plugins\example23-switch.resx" />
</ItemGroup>
</Project>
Loading

0 comments on commit fdcbb09

Please sign in to comment.