Update HF SSTV 2m preset to 145.500 MHz

This commit is contained in:
Smittix
2026-02-19 12:34:08 +00:00
parent 2faed68af4
commit cacfbf5713
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ SSTV_FREQUENCIES = [
{'band': '15 m', 'frequency': 21.340, 'modulation': 'usb', 'notes': 'International calling frequency', 'type': 'Terrestrial HF'}, {'band': '15 m', 'frequency': 21.340, 'modulation': 'usb', 'notes': 'International calling frequency', 'type': 'Terrestrial HF'},
{'band': '10 m', 'frequency': 28.680, 'modulation': 'usb', 'notes': 'International calling frequency', 'type': 'Terrestrial HF'}, {'band': '10 m', 'frequency': 28.680, 'modulation': 'usb', 'notes': 'International calling frequency', 'type': 'Terrestrial HF'},
{'band': '6 m', 'frequency': 50.950, 'modulation': 'usb', 'notes': 'SSTV calling (less common)', 'type': 'Terrestrial VHF'}, {'band': '6 m', 'frequency': 50.950, 'modulation': 'usb', 'notes': 'SSTV calling (less common)', 'type': 'Terrestrial VHF'},
{'band': '2 m', 'frequency': 145.625, 'modulation': 'fm', 'notes': 'Australia/common simplex (FM sometimes used)', 'type': 'Terrestrial VHF'}, {'band': '2 m', 'frequency': 145.500, 'modulation': 'fm', 'notes': 'Australia/common simplex (FM sometimes used)', 'type': 'Terrestrial VHF'},
{'band': '70 cm', 'frequency': 433.775, 'modulation': 'fm', 'notes': 'Australia/common simplex', 'type': 'Terrestrial UHF'}, {'band': '70 cm', 'frequency': 433.775, 'modulation': 'fm', 'notes': 'Australia/common simplex', 'type': 'Terrestrial UHF'},
] ]

View File

@@ -43,7 +43,7 @@
<option value="50.950|usb">50.950 MHz USB - SSTV calling</option> <option value="50.950|usb">50.950 MHz USB - SSTV calling</option>
</optgroup> </optgroup>
<optgroup label="2 m (VHF)"> <optgroup label="2 m (VHF)">
<option value="145.625|fm">145.625 MHz FM - Simplex</option> <option value="145.500|fm">145.500 MHz FM - Simplex</option>
<option value="145.880|fm">145.880 MHz FM - SONATE-2 (Martin M1)</option> <option value="145.880|fm">145.880 MHz FM - SONATE-2 (Martin M1)</option>
</optgroup> </optgroup>
<optgroup label="70 cm (UHF)"> <optgroup label="70 cm (UHF)">