From adc86da249a58d2877034568a8f5b4a1e781530f Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 18 Nov 2015 09:35:43 -0600 Subject: display current join attempt when joining --- Layout/LayoutJoin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Layout/LayoutJoin.h') 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; -- cgit v1.2.3