summaryrefslogtreecommitdiff
path: root/Mode
diff options
context:
space:
mode:
Diffstat (limited to 'Mode')
-rw-r--r--Mode/ModeJoin.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mode/ModeJoin.cpp b/Mode/ModeJoin.cpp
index 681147b..3dc3c07 100644
--- a/Mode/ModeJoin.cpp
+++ b/Mode/ModeJoin.cpp
@@ -96,8 +96,10 @@ void ModeJoin::display() {
_join.updateId(_dot->getNetworkName());
_join.updateKey(_dot->getNetworkPassphrase());
}
- if (_band == mDot::FB_915)
+ if (_band == mDot::FB_915) {
+ _sub_band = _dot->getFrequencySubBand();
_join.updateFsb(_sub_band);
+ }
// mDot::DataRateStr returns format SF_XX - we only want to display the XX part
_join.updateRate(_dot->DataRateStr(_data_rate).substr(3));
_join.updatePower(_power);