Support "SAT" propagation mode

This commit is contained in:
Ian Renton
2026-07-10 17:25:38 +01:00
parent 4d29e0026f
commit f2a6bfa515
9 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -102,5 +102,6 @@ PROPAGATION_MODES = {
"AU": "Aurora",
"MS": "Meteor scatter",
"RS": "Rain scatter",
"AS": "Aircraft scatter"
"AS": "Aircraft scatter",
"SAT": "Satellite"
}