diff options
author | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-18 10:53:37 -0500 |
---|---|---|
committer | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-18 10:53:37 -0500 |
commit | c696d42e74aa791f291880379cb7c11fcb14a697 (patch) | |
tree | 9cc32734c3bcde1a7ed66f89ed35de012d3a7771 | |
parent | 945c195b31bed7bd1e5e71842673f7b2deaf7613 (diff) | |
download | mtdot-box-evb-factory-firmware-c696d42e74aa791f291880379cb7c11fcb14a697.tar.gz mtdot-box-evb-factory-firmware-c696d42e74aa791f291880379cb7c11fcb14a697.tar.bz2 mtdot-box-evb-factory-firmware-c696d42e74aa791f291880379cb7c11fcb14a697.zip |
Replace LayoutSurveyGps.h
-rw-r--r-- | Layout/LayoutSurveyGps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Layout/LayoutSurveyGps.h b/Layout/LayoutSurveyGps.h index f24d1d4..9e3194f 100644 --- a/Layout/LayoutSurveyGps.h +++ b/Layout/LayoutSurveyGps.h @@ -36,7 +36,7 @@ public: void updateSw2(string str); void sendResult(string str); void updateNextCh(int count_down); - void updateSw1(string Sw1, string Sw2, int dr, int power, int padding); + void updateSw1(string Sw1, string Sw2); void updateStats(bool GPS, GPSPARSER::longitude lon, GPSPARSER::latitude lat, struct tm time, float temp); private: @@ -62,4 +62,4 @@ private: Field _fPadding; Field _fDownRssi; }; -#endif
\ No newline at end of file +#endif |