Fix JSON example in README.multicast to be good JSON

https://github.com/Hamlib/Hamlib/issues/695
pull/707/head
Mike Black W9MDB 2021-05-19 13:00:37 -05:00
rodzic 94fa261e9d
commit 12ce326350
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -56,14 +56,14 @@ Example JSON
"MinStrength": -100, "MinStrength": -100,
"MaxStrength": 0, "MaxStrength": 0,
// If Type=CENTER, the following fields will be present: "__comment_spectrum_center__": "If Type=CENTER, the following fields will be present:"
"CenterFreq": 14267000, "CenterFreq": 14267000,
"Span": 25000, "Span": 25000,
// If SpectrumType=FIXED, the following fields will be present: "__comment_spectrum_fixed__": "If SpectrumType=FIXED, the following fields will be present:"
"LowFreq": 14000000, "LowFreq": 14000000,
"HighFreq": 14250000 "HighFreq": 14250000
} },
"Split": 0, "Split": 0,
"SatMode": 0, "SatMode": 0,