From e80da86edcd65ab6925cf2e1ab9f579146da2637 Mon Sep 17 00:00:00 2001 From: Ryan Klaassen Date: Mon, 8 Aug 2016 09:47:07 -0500 Subject: Replace LayoutSemtechJoin.cpp --- Layout/LayoutSemtechJoin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Layout') diff --git a/Layout/LayoutSemtechJoin.cpp b/Layout/LayoutSemtechJoin.cpp index f7dbf80..7bb7ac0 100644 --- a/Layout/LayoutSemtechJoin.cpp +++ b/Layout/LayoutSemtechJoin.cpp @@ -20,6 +20,7 @@ LayoutSemtechJoin::LayoutSemtechJoin(DOGS102* lcd, uint8_t band) : Layout(lcd), + _band(band), _lId(0, 1, "NI="), _lKey(0, 2, "NK="), _lFsb(0, 3, "FSB="), @@ -27,13 +28,12 @@ LayoutSemtechJoin::LayoutSemtechJoin(DOGS102* lcd, uint8_t band) _lPower(6, 5, "P="), _lJoin(0, 7, "Join"), _fId(3, 1, 14), - _fFsb(4, 3, 2), _fKey(3, 2, 14), + _fFsb(4, 3, 2), _fRate(3, 5, 2), _fPower(8, 5, 2), - _fSubBand(16,7,1), _fStatus(0, 0, 17), - _band(band) + _fSubBand(16,7,1) {} LayoutSemtechJoin::~LayoutSemtechJoin() {} -- cgit v1.2.3