inbetwen push
This commit is contained in:
@@ -28,13 +28,13 @@ namespace NotVPR_SideProjecktForVpr_FreeTime
|
||||
|
||||
_listener = new BluetoothListener(BluetoothService.SerialPort);
|
||||
_listener.Start();
|
||||
Console.WriteLine("🔄 Waiting for Bluetooth client connection...");
|
||||
Console.WriteLine("Waiting for Bluetooth client connection...");
|
||||
|
||||
_client = _listener.AcceptBluetoothClient();
|
||||
_stream = _client.GetStream();
|
||||
IsRunning = true;
|
||||
|
||||
Console.WriteLine("✅ Client connected.");
|
||||
Console.WriteLine("Client connected.");
|
||||
ClientConnected?.Invoke();
|
||||
|
||||
_receiveThread = new Thread(ReceiveLoop);
|
||||
@@ -89,7 +89,7 @@ namespace NotVPR_SideProjecktForVpr_FreeTime
|
||||
_stream?.Close();
|
||||
_client?.Close();
|
||||
_listener?.Stop();
|
||||
Console.WriteLine("🛑 Server stopped.");
|
||||
Console.WriteLine("Server stopped.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("NotVPR_SideProjecktForVpr_FreeTime")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9e5b7a699991d66b1f07c6058463142577bc2133")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+654af164ab4489c774208e885e281885e008210b")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("NotVPR_SideProjecktForVpr_FreeTime")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("NotVPR_SideProjecktForVpr_FreeTime")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
48a0c229c5b6b4edd6695485eac522af1b3b1dd5d80b723b8159683b7098ea10
|
||||
a85a0ab2a07bbb710c1b5ca87c0627824f06d465e0548477032474c6284c068b
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
17510068387517735
|
||||
17512651584773219
|
||||
Reference in New Issue
Block a user