khang_91

Revision:
141:c6247c5469ff
Parent:
138:10ab1fc347b3
Child:
146:eb7bca47f6d8
--- a/Lora.h	Tue Mar 06 09:55:55 2018 -0600
+++ b/Lora.h	Tue Mar 06 10:15:27 2018 -0600
@@ -211,8 +211,13 @@
     const uint16_t MAX_OFF_AIR_WAIT = 5000U;                    //!< Max time in ms to block for a duty cycle restriction to expire before erroring out
     /**
      * Settings for type of network
-     * PUBLIC - defaults to 5/6 second join windows and 0x34 sync word
-     * PRIVATE - defaults to 1/2 second join windows and 0x12 sync word
+     *
+     * PRIVATE_MTS - Sync Word 0x12, US/AU Downlink frequencies per Frequency Sub Band
+     * PUBLIC_LORAWAN - Sync Word 0x34
+     * PRIVATE_LORAWAN - Sync Word 0x12
+     * PEER_TO_PEER - Sync Word 0x56 used for Dot to Dot communication
+     *
+     * Join Delay window settings are independent of Network Type setting
      */
     enum NetworkType {
         PRIVATE_MTS = 0,