Merge pull request #4 from crossan007/add-data-rates-to-doc

Add datarates to Protobuf ModemConfig comment
pull/7/head
Jm Casler 2020-12-12 13:09:48 -08:00 zatwierdzone przez GitHub
commit 139e7b408b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -342,17 +342,17 @@ message ChannelSettings {
Note: these mappings must match ModemConfigChoice in the device code.
*/
enum ModemConfig {
Bw125Cr45Sf128 = 0 ; // < Bw = 125 kHz, Cr = 4/5, Sf = 128chips/symbol, CRC
// < on. Default medium range
Bw125Cr45Sf128 = 0 ; // < Bw = 125 kHz, Cr = 4/5, Sf(7) = 128chips/symbol, CRC
// < on. Default medium range (5.469 kbps)
Bw500Cr45Sf128 = 1; // < Bw = 500 kHz, Cr = 4/5, Sf = 128chips/symbol, CRC
// < on. Fast+short range
Bw500Cr45Sf128 = 1; // < Bw = 500 kHz, Cr = 4/5, Sf(7) = 128chips/symbol, CRC
// < on. Fast+short range (21.875 kbps)
Bw31_25Cr48Sf512 = 2; // < Bw = 31.25 kHz, Cr = 4/8, Sf = 512chips/symbol,
///< CRC on. Slow+long range
Bw31_25Cr48Sf512 = 2; // < Bw = 31.25 kHz, Cr = 4/8, Sf(9) = 512chips/symbol,
///< CRC on. Slow+long range (275 bps)
Bw125Cr48Sf4096 = 3; // < Bw = 125 kHz, Cr = 4/8, Sf = 4096chips/symbol, CRC
// < on. Slow+long range
Bw125Cr48Sf4096 = 3; // < Bw = 125 kHz, Cr = 4/8, Sf(12) = 4096chips/symbol, CRC
// < on. Slow+long range (46 bps)
}
/// Note: This is the 'old' mechanism for specifying channel parameters.