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.
2 parents ead5eb9 + 0575d5b commit f4c01bbCopy full SHA for f4c01bb
TouchSenderInterpreter.ConsoleAppDemo/Program.cs
@@ -13,7 +13,7 @@ static async Task Main(string[] args)
13
{
14
using var cts = new CancellationTokenSource();
15
var task = ReceiveTouchSenderPayload(cts.Token);
16
- Console.WriteLine("Press 'Q' to quit, 'C' to show the latest ZigSim data");
+ Console.WriteLine("Press 'Q' to quit, 'C' to show the latest TouchSender data");
17
int startRow = Console.GetCursorPosition().Top;
18
19
var jsonOption = new JsonSerializerOptions()
0 commit comments