Remove new line character from beacon pulses
This commit is contained in:
parent
09e57a6ec1
commit
f6946ddb27
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace PixelHub.Net
|
|||
/// </summary>
|
||||
private async Task emitOnce()
|
||||
{
|
||||
await Send($"{Role}@{LocalIP}:{Port}\n");
|
||||
await Send($"{Role}@{LocalIP}:{Port}");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Reference in a new issue