Skip to content

Commit f4c01bb

Browse files
authored
Merge pull request #5 from voltaney/fix/fix-console-app-print
fix console message
2 parents ead5eb9 + 0575d5b commit f4c01bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TouchSenderInterpreter.ConsoleAppDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static async Task Main(string[] args)
1313
{
1414
using var cts = new CancellationTokenSource();
1515
var task = ReceiveTouchSenderPayload(cts.Token);
16-
Console.WriteLine("Press 'Q' to quit, 'C' to show the latest ZigSim data");
16+
Console.WriteLine("Press 'Q' to quit, 'C' to show the latest TouchSender data");
1717
int startRow = Console.GetCursorPosition().Top;
1818

1919
var jsonOption = new JsonSerializerOptions()

0 commit comments

Comments
 (0)