diff options
author | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-16 14:09:23 -0500 |
---|---|---|
committer | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-16 14:09:23 -0500 |
commit | b3bccc99b3e9a1403ad000c06d7786832e71251c (patch) | |
tree | d6a0947fbffff2fb23ce5cb4ee72d882581ef3d7 | |
parent | 0e672dc05936939e43ce9ff4ee7fdde860adb4d2 (diff) | |
download | mtdot-box-evb-factory-firmware-b3bccc99b3e9a1403ad000c06d7786832e71251c.tar.gz mtdot-box-evb-factory-firmware-b3bccc99b3e9a1403ad000c06d7786832e71251c.tar.bz2 mtdot-box-evb-factory-firmware-b3bccc99b3e9a1403ad000c06d7786832e71251c.zip |
Replace LayoutJoin.h
-rw-r--r-- | Layout/LayoutJoin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Layout/LayoutJoin.h b/Layout/LayoutJoin.h index 6ab9cce..c493ce2 100644 --- a/Layout/LayoutJoin.h +++ b/Layout/LayoutJoin.h @@ -28,13 +28,13 @@ class LayoutJoin : public Layout { ~LayoutJoin(); void display(); - void displayEditFsb(string rate, uint32_t power, uint8_t band, string key, string id); + void displayEditFsb(uint8_t 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 updateRate(uint8_t rate); void updatePower(uint32_t power); void updateAttempt(uint32_t attempt); void updateStatus(std::string status); |