summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Klaassen <ryan.klaassen@multitech.com>2016-08-10 12:58:25 -0500
committerRyan Klaassen <ryan.klaassen@multitech.com>2016-08-10 12:58:25 -0500
commitecc4527be1284fafeb354690ed7b5c96aef73190 (patch)
tree7b33cd69eaa45c6a1df921f91ef74956f4dcdd58
parent8a1ee5cd8030e9bb932a9d6f7b554e6555653d9a (diff)
downloadmtdot-box-evb-factory-firmware-ecc4527be1284fafeb354690ed7b5c96aef73190.tar.gz
mtdot-box-evb-factory-firmware-ecc4527be1284fafeb354690ed7b5c96aef73190.tar.bz2
mtdot-box-evb-factory-firmware-ecc4527be1284fafeb354690ed7b5c96aef73190.zip
Replace LayoutJoin.h
-rw-r--r--Layout/LayoutJoin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Layout/LayoutJoin.h b/Layout/LayoutJoin.h
index 56cea3f..6ab9cce 100644
--- a/Layout/LayoutJoin.h
+++ b/Layout/LayoutJoin.h
@@ -28,10 +28,12 @@ class LayoutJoin : public Layout {
~LayoutJoin();
void display();
+ void displayEditFsb(string rate, uint32_t power, uint8_t band, string key, string id);
void updateId(std::string id);
void updateKey(std::string key);
void updateFsb(uint8_t band);
+ void updateJoinFsb(uint8_t band);
void updateRate(std::string rate);
void updatePower(uint32_t power);
void updateAttempt(uint32_t attempt);
@@ -59,5 +61,4 @@ class LayoutJoin : public Layout {
Field _fCancel;
uint8_t _band;
};
-
#endif