Merge pull request #2 from gkelly/fix-comment

Update comment around use of `modem_config`
pull/3/head
Kevin Hester 2020-08-10 08:55:09 -07:00 zatwierdzone przez GitHub
commit c715e506df
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -401,9 +401,9 @@ message ChannelSettings {
/// Because protobufs take ZERO space when the value is zero this works out /// Because protobufs take ZERO space when the value is zero this works out
/// nicely. /// nicely.
/// ///
/// This value replaces bandwidth/spread_factor/coding_rate. If you'd like to /// This value is replaced by bandwidth/spread_factor/coding_rate. If you'd
/// experiment with other options add them to MeshRadio.cpp in the device /// like to experiment with other options add them to MeshRadio.cpp in the
/// code. /// device code.
ModemConfig modem_config = 3; ModemConfig modem_config = 3;
/// See note above with modem_config /// See note above with modem_config
@ -779,4 +779,4 @@ message ManufacturingData {
negative numbers indicate particular error codes negative numbers indicate particular error codes
*/ */
sint32 selftest_result = 4; sint32 selftest_result = 4;
} }