summaryrefslogtreecommitdiff
path: root/Layout/LayoutJoin.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-18 09:35:43 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-18 09:35:43 -0600
commitadc86da249a58d2877034568a8f5b4a1e781530f (patch)
tree09627ca398fe52883b81d48ff571f8015e84036f /Layout/LayoutJoin.h
parent6e325937c6c144b43d442bc34b936a8cb432eae7 (diff)
downloadmtdot-box-evb-factory-firmware-adc86da249a58d2877034568a8f5b4a1e781530f.tar.gz
mtdot-box-evb-factory-firmware-adc86da249a58d2877034568a8f5b4a1e781530f.tar.bz2
mtdot-box-evb-factory-firmware-adc86da249a58d2877034568a8f5b4a1e781530f.zip
display current join attempt when joining
Diffstat (limited to 'Layout/LayoutJoin.h')
-rw-r--r--Layout/LayoutJoin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Layout/LayoutJoin.h b/Layout/LayoutJoin.h
index f2b7e41..2f71aec 100644
--- a/Layout/LayoutJoin.h
+++ b/Layout/LayoutJoin.h
@@ -16,6 +16,7 @@ class LayoutJoin : public Layout {
void updateFsb(uint8_t band);
void updateRate(std::string rate);
void updatePower(uint32_t power);
+ void updateAttempt(uint32_t attempt);
void updateStatus(std::string status);
void updateCountdown(uint32_t seconds);
void removeCountdown();
@@ -27,6 +28,7 @@ class LayoutJoin : public Layout {
Label _lFsb;
Label _lRate;
Label _lPower;
+ Label _lAttempt;
Field _fStatus;
Field _fId;
@@ -34,6 +36,7 @@ class LayoutJoin : public Layout {
Field _fFsb;
Field _fRate;
Field _fPower;
+ Field _fAttempt;
Field _fCountdown;
Field _fCountdownLabel;
Field _fCancel;