We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563d742 commit aa53ee6Copy full SHA for aa53ee6
features/lorawan/LoRaWANBase.h
@@ -204,7 +204,7 @@ class LoRaWANBase {
204
* MSG_MULTICAST_FLAG = 0x04
205
* MSG_PROPRIETARY_FLAG = 0x08
206
*
207
- * All flags are mutually exclusive and MSG_MULTICAST_FLAG
+ * All flags are mutually exclusive, and MSG_MULTICAST_FLAG
208
* cannot be set.
209
210
* @return The number of bytes sent, or
@@ -235,7 +235,7 @@ class LoRaWANBase {
235
236
237
* All flags can be used in conjunction with
238
- * each other depending on the intended use case or reception
+ * one another depending on the intended use case or reception
239
* expectation.
240
241
* e.g., MSG_CONFIRMED_FLAG and MSG_UNCONFIRMED_FLAG are
0 commit comments