Allow ACS as well as AS for aircraft scatter

This commit is contained in:
Ian Renton
2026-09-04 17:38:46 +01:00
parent 9d117a6069
commit d7202f208c
9 changed files with 16 additions and 15 deletions
+1
View File
@@ -341,5 +341,6 @@ PROPAGATION_MODES = {
"MS": "Meteor scatter",
"RS": "Rain scatter",
"AS": "Aircraft scatter",
"ACS": "Aircraft scatter",
"SAT": "Satellite",
}