diff options
author | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-18 10:50:56 -0500 |
---|---|---|
committer | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-18 10:50:56 -0500 |
commit | 3c06faea14065285b3330b9fc0976f20c79288f2 (patch) | |
tree | 45e0db2c709bfcf51602e29674e0d8d477806afe | |
parent | 6841c24beb3560f2ca4395399fc043aee2849a60 (diff) | |
download | mtdot-box-evb-factory-firmware-3c06faea14065285b3330b9fc0976f20c79288f2.tar.gz mtdot-box-evb-factory-firmware-3c06faea14065285b3330b9fc0976f20c79288f2.tar.bz2 mtdot-box-evb-factory-firmware-3c06faea14065285b3330b9fc0976f20c79288f2.zip |
Replace ModeJoin.cpp
-rw-r--r-- | Mode/ModeJoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mode/ModeJoin.cpp b/Mode/ModeJoin.cpp index 1608567..0806dc7 100644 --- a/Mode/ModeJoin.cpp +++ b/Mode/ModeJoin.cpp @@ -42,7 +42,7 @@ bool ModeJoin::start() { _initial_data_rate = _dot->getTxDataRate(); _initial_power = _dot->getTxPower(); - _data_rate = (_band == mDot::FB_915) ? mDot::DR4 : mDot::SF_12; + _data_rate = mDot::DR0; _power = 20; _joined = false; |