From ea42289d8090e7e2dbeb11535b1fd4e3da7bacff Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Sun, 9 Aug 2020 18:40:30 -0400 Subject: [PATCH] Update comment around use of `modem_config` Closes #1 --- mesh.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mesh.proto b/mesh.proto index f53d94c..26386fe 100644 --- a/mesh.proto +++ b/mesh.proto @@ -401,9 +401,9 @@ message ChannelSettings { /// Because protobufs take ZERO space when the value is zero this works out /// nicely. /// - /// This value replaces bandwidth/spread_factor/coding_rate. If you'd like to - /// experiment with other options add them to MeshRadio.cpp in the device - /// code. + /// This value is replaced by bandwidth/spread_factor/coding_rate. If you'd + /// like to experiment with other options add them to MeshRadio.cpp in the + /// device code. ModemConfig modem_config = 3; /// See note above with modem_config @@ -779,4 +779,4 @@ message ManufacturingData { negative numbers indicate particular error codes */ sint32 selftest_result = 4; -} \ No newline at end of file +}