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 b36a4bc commit 0c0c90cCopy full SHA for 0c0c90c
nanoFirmwareFlasher.Tool/Program.cs
@@ -480,6 +480,7 @@ static async Task RunOptionsAndReturnExitCodeAsync(Options o)
480
|| o.TargetName.StartsWith("WeAct")
481
|| o.TargetName.StartsWith("ORGPAL")
482
|| o.TargetName.StartsWith("Pyb")
483
+ || o.TargetName.StartsWith("NESHTEC_NESHNODE_V")
484
)
485
{
486
// candidates for STM32
0 commit comments