Skip to content

Commit

Permalink
🔥 Use RPC by default on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyOwl committed Jun 19, 2024
1 parent 43f0bda commit 5fc1cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Views/Common/BluetoothDeviceSelectionWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public BluetoothDeviceSelectionWindow(SHX_DEVICE shxDevice)
{
InitializeComponent();
dev = shxDevice;
#if !WINDOWS
useRPC.IsChecked = true;
useRPC.IsEnabled = false;
manualRPC.IsEnabled = true;
#if !WINDOWS
useRPC.IsEnabled = false;
#endif
DataContext = this;
}
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
## FAQ

+ linux平台上写频需要`sudo`
+ windows上若无法正常使用蓝牙写频功能,可以试着反勾选“RPC方式”后重试
+ 如果在macOS上出现提示"无法打开,因为它来自身份不明的开发者",请在`设置-隐私与安全性-安全性`中手动允许应用运行。或者在命令行中执行命令:`xattr -cr (.app包的路径)`
+ 如在macOS上(在macOS13及以下可能出现该问题)无法正常使用蓝牙功能,请按如下步骤操作:
1. 下载Release中的“macOS-ble-helper”;
Expand Down

0 comments on commit 5fc1cd8

Please sign in to comment.