kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Don't prefix KA9Q threads with "SDR:"
rodzic
29a588bc66
commit
50497da132
|
|
@ -11,7 +11,7 @@ function update_task_list(){
|
||||||
|
|
||||||
for (_task in data){
|
for (_task in data){
|
||||||
// Append the current task to the task list.
|
// Append the current task to the task list.
|
||||||
if(_task.includes("SPY")){
|
if(_task.includes("SPY") || _task.includes("KA9Q")){
|
||||||
task_detail = _task + " - "
|
task_detail = _task + " - "
|
||||||
}else{
|
}else{
|
||||||
task_detail = "SDR:" + _task + " - "
|
task_detail = "SDR:" + _task + " - "
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue