Skip to content

Commit

Permalink
Changing the flavor back to Client
Browse files Browse the repository at this point in the history
--HG--
branch : client
  • Loading branch information
Piedone committed Dec 20, 2019
1 parent ae34a78 commit b6dcb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Hast.Samples.Consumer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static async Task MainTask(string[] args)
// Configuring the Hastlayer shell. Which flavor should we use? If you're unsure then you'll need
// the Client flavor: This will let you connect to a remote Hastlayer service to run the software
// to hardware transformation.
var hastlayerConfiguration = new HastlayerConfiguration { Flavor = HastlayerFlavor.Developer };
var hastlayerConfiguration = new HastlayerConfiguration { Flavor = HastlayerFlavor.Client };

// Initializing a Hastlayer shell. Since this is non-trivial to do you can cache this shell object
// while the program runs and re-use it continuously. No need to always wrap it into a using() like
Expand Down

0 comments on commit b6dcb8a

Please sign in to comment.