summaryrefslogtreecommitdiff
path: root/Layout/LayoutJoin.h
diff options
context:
space:
mode:
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;