Skip to content

Commit ebae68d

Browse files
committed
Merge branch 'rc16615'
2 parents 23ddaa9 + 5e6faed commit ebae68d

File tree

6 files changed

+820
-958
lines changed

6 files changed

+820
-958
lines changed

Aircraft Mosquito Plugin/Interfaces/MosquitoInterface.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ public DH98MosquitoInterface(string name)
111111

112112
// see if we can restore from JSON
113113
#if (!DEBUG)
114-
if (LoadFunctionsFromJson())
115-
{
116-
return;
117-
}
114+
if (LoadFunctionsFromJson())
115+
{
116+
return;
117+
}
118118
#endif
119119
// #define DEV
120120
#if (DEV)
@@ -533,7 +533,7 @@ public DH98MosquitoInterface(string name)
533533
}
534534
#endregion Radio Equipment
535535

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

538538
#if (DEV)
539539
Console.WriteLine("Number of functions:\t{0}",Functions.Count());

Control Center/Control Center.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
<Resource Include="PreferencesBackground.png" />
182182
<Resource Include="PrevButton.png" />
183183
<Resource Include="PrevButtonPressed.png" />
184-
<Resource Include="splash_logo.png" />
185184
</ItemGroup>
186185
<ItemGroup>
187186
<Resource Include="StatusViewer\StatusBackground.png" />

Control Center/splash_logo.png

-28.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)