We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebc52b commit 12470feCopy full SHA for 12470fe
nanoFirmwareFlasher/StmDeviceBase.cs
@@ -43,7 +43,7 @@ public static string RunSTM32ProgrammerCLI(string arguments)
43
{
44
if (!Program.ExecutingPath.IsNormalized(NormalizationForm.FormD))
45
46
- Console.ForegroundColor = ConsoleColor.Yellow;
+ Console.ForegroundColor = ConsoleColor.Red;
47
48
Console.WriteLine("");
49
Console.WriteLine("**************************** WARNING ****************************");
nanoFirmwareFlasher/nanoFirmwareFlasher.csproj
@@ -58,7 +58,7 @@
58
</ItemGroup>
59
60
<ItemGroup>
61
- <None Include="..\..\nf-nanoFramework.Networking.Sntp\README.md">
+ <None Include="..\README.md">
62
<Pack>True</Pack>
63
<PackagePath>\</PackagePath>
64
</None>
0 commit comments