Skip to content

Commit 465fb44

Browse files
author
Hasnain Virk
committed
AS923: Using LoRa modulation comatible DR as default
DR7 is used for FSK in AS932 region. As a default max DR, we should use a LoRa modulation compatible data rate. Ofcourse if a device wishes to use FSK, it can set DR7 using set_data_rate() API and turning off ADR, or an NS can configure a new channel for the device utilizing DR7.
1 parent b0b0261 commit 465fb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/lorawan/lorastack/phy/LoRaPHYAS923.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*/
6868
#define AS923_DEFAULT_DATARATE DR_2
6969

70-
#define AS923_DEFAULT_MAX_DATARATE DR_7
70+
#define AS923_DEFAULT_MAX_DATARATE DR_5
7171

7272
/*!
7373
* The minimum datarate which is used when the

0 commit comments

Comments
 (0)