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 ce1e210 commit 563d742Copy full SHA for 563d742
features/lorawan/LoRaWANInterface.h
@@ -302,7 +302,7 @@ class LoRaWANInterface: public LoRaWANBase {
302
* MSG_MULTICAST_FLAG = 0x04
303
* MSG_PROPRIETARY_FLAG = 0x08
304
*
305
- * All flags are mutually exclusive and MSG_MULTICAST_FLAG
+ * All flags are mutually exclusive, and MSG_MULTICAST_FLAG
306
* cannot be set.
307
308
@@ -334,7 +334,7 @@ class LoRaWANInterface: public LoRaWANBase {
334
335
336
* All flags can be used in conjunction with
337
- * each other depending on the intended use case or reception
+ * one another depending on the intended use case or reception
338
* expectation.
339
340
* e.g., MSG_CONFIRMED_FLAG and MSG_UNCONFIRMED_FLAG are
0 commit comments