Skip to content

Commit

Permalink
🔥 Add combobox(GT12Pro)
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyOwl committed Jan 4, 2025
1 parent 47cd4ea commit 30fd07c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Views/Common/DeviceSelectWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ComboBoxItem Content="SHX8800pro" />
<ComboBoxItem Content="SHX8600" />
<ComboBoxItem Content="SHX8600pro" />
<ComboBoxItem Content="SHX-GT12" />
<ComboBoxItem Content="GT12/GT12Pro" />
</ComboBox>
<Button Canvas.Top="100" Canvas.Left="130" Click="Device_OnClick" Content="{x:Static p:Resources.confirm}" />
</Canvas>
Expand Down
16 changes: 7 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@

该写频软件使用`net6.0`+`Avalonia`
重构了森海克斯8600(pro)/8800(pro)
/GT12的原官方写频软件,并合并入一个软件中,提供对Windows、Linux、macOS三端的支持,在实现官方软件提供的所有功能基础上同时加入了其他功能,例如高级信道编辑以及蓝牙写频等。
/GT12(pro)[^1]的原官方写频软件,并合并入一个软件中,提供对Windows、Linux、macOS三端的支持,在实现官方软件提供的所有功能基础上同时加入了其他功能,例如高级信道编辑以及蓝牙写频等。

目前适配情况:
[^1]: SenhaiX尚未推出适用于GT12Pro的写频软件,但经用户反馈GT12与GT12Pro似乎可以共用一套写频软件

+ 森海克斯8800/8800pro/8600/8600pro:完成
+ 森海克斯GT12:完成
+ 森海克斯GT12 Pro: 适配中

| SHX8600/8600pro/8800 | SHX8800pro | SHXGT12 |
| SHX8600/SHX8600Pro/SHX8800 | SHX8800Pro | SHXGT12/SHXGT12Pro |
|----------------------------------------|-----------------------------------------------------------|----------------------------------------------------------|
| <img src="./readme_image/8x00.png" /> | <img src="./readme_image/8800p.png" style="zoom:150%;" /> | <img src="./readme_image/gt12.png" style="zoom:150%;" /> |

Expand All @@ -38,14 +34,14 @@

+ 原有的所有功能
+ 高级信道编辑(顺序调整、复制粘贴等)
+ 蓝牙写频[^1]
+ 蓝牙写频[^2]
+ 开机画面修改
+ 打星助手
+ 自动备份
+ 修复官方软件GT12写频后自动开启中转(#21)、取消8800/8600信道名称长度限制(#15)
+ ...

[^1]: 仅8800支持,其他手台似乎需要协商MTU到247,目前使用的插件暂不支持调节MTU([Request/Update MTU](https://github.com/tinygo-org/bluetooth/issues/142)
[^2]: 仅8800支持,其他手台似乎需要协商MTU到247,目前使用的插件暂不支持调节MTU([Request/Update MTU](https://github.com/tinygo-org/bluetooth/issues/142)

### 注意事项

Expand Down Expand Up @@ -247,6 +243,8 @@ VFO页面设置闪退问题;修复切换到同种设备后数据仍然存在

`v0.4.4` 修复打星助手还没更新完星历就关闭窗口造成的程序崩溃;Linux加入跳过Root检查,允许用户不以sudo运行软件;加入崩溃提示;修复了一些bug

`v0.4.5` 支持批量复制/剪切信道(#24), GT12Pro支持

## 致谢

+ `SenHaiX`的原版写频软件
Expand Down

0 comments on commit 30fd07c

Please sign in to comment.