1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

TX search algorithm changes

Additional third algorithm option plus more comprehensive PS checking (thanks to @Highpoint2000 )
This commit is contained in:
Adam Wisher
2025-05-06 20:21:27 +01:00
parent 50aeb97282
commit 811ea4011d
2 changed files with 84 additions and 32 deletions

View File

@@ -332,6 +332,7 @@
options: [
{ value: '0', label: 'Algorithm 1' },
{ value: '1', label: 'Algorithm 2' },
{ value: '2', label: 'Algorithm 3' },
]
}) %>
</div>