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