diff options
-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 |