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 ae34a78 commit b6dcb8aCopy full SHA for b6dcb8a
Samples/Hast.Samples.Consumer/Program.cs
@@ -71,7 +71,7 @@ static async Task MainTask(string[] args)
71
// Configuring the Hastlayer shell. Which flavor should we use? If you're unsure then you'll need
72
// the Client flavor: This will let you connect to a remote Hastlayer service to run the software
73
// to hardware transformation.
74
- var hastlayerConfiguration = new HastlayerConfiguration { Flavor = HastlayerFlavor.Developer };
+ var hastlayerConfiguration = new HastlayerConfiguration { Flavor = HastlayerFlavor.Client };
75
76
// Initializing a Hastlayer shell. Since this is non-trivial to do you can cache this shell object
77
// while the program runs and re-use it continuously. No need to always wrap it into a using() like
0 commit comments