diff options
Diffstat (limited to 'Layout')
-rw-r--r-- | Layout/LayoutSemtech.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Layout/LayoutSemtech.h b/Layout/LayoutSemtech.h index 374c1ff..dd62fd6 100644 --- a/Layout/LayoutSemtech.h +++ b/Layout/LayoutSemtech.h @@ -33,6 +33,7 @@ public: void display(bool success, mDot::snr_stats snr, mDot::rssi_stats rssi,int power, int fsb, int padding, int dr); void sending(); + void initial(); void updateSw2(string str); void sendResult(string str); void updateNextCh(int count_down); @@ -48,6 +49,7 @@ private: Label _lTemp; Label _lNoGps; Label _lPower; + Label _lBlank; Label _lNoLink; Label _lPadding; Label _lNoChannel; @@ -73,3 +75,4 @@ private: + |