Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Aircraft Mosquito Plugin/Interfaces/MosquitoInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ public DH98MosquitoInterface(string name)

// see if we can restore from JSON
#if (!DEBUG)
if (LoadFunctionsFromJson())
{
return;
}
if (LoadFunctionsFromJson())
{
return;
}
#endif
// #define DEV
#if (DEV)
Expand Down Expand Up @@ -533,7 +533,7 @@ public DH98MosquitoInterface(string name)
}
#endregion Radio Equipment

Logger.Info($"Helios Style 1 interface loaded for {TypeIdentifier}. (Interface contained {Functions.Count()} Network Functions).");
Logger.Debug($"Helios Style 1 interface loaded for {TypeIdentifier}. (Interface contains {Functions.Count()} Network Functions).");

#if (DEV)
Console.WriteLine("Number of functions:\t{0}",Functions.Count());
Expand Down
1 change: 0 additions & 1 deletion Control Center/Control Center.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
<Resource Include="PreferencesBackground.png" />
<Resource Include="PrevButton.png" />
<Resource Include="PrevButtonPressed.png" />
<Resource Include="splash_logo.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="StatusViewer\StatusBackground.png" />
Expand Down
Binary file removed Control Center/splash_logo.png
Binary file not shown.
Loading