summaryrefslogtreecommitdiff
path: root/Layout/LayoutSurveySuccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/LayoutSurveySuccess.h')
-rw-r--r--Layout/LayoutSurveySuccess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Layout/LayoutSurveySuccess.h b/Layout/LayoutSurveySuccess.h
index dd7e740..49113cb 100644
--- a/Layout/LayoutSurveySuccess.h
+++ b/Layout/LayoutSurveySuccess.h
@@ -16,12 +16,14 @@ class LayoutSurveySuccess : public Layout {
void updatePower(uint32_t power);
void updateStats(LoRaHandler::LoRaPing ping);
void updateGpsLatitude(GPSPARSER::latitude lat);
+ void updateGpsLatitude(std::string msg);
void updateGpsLongitude(GPSPARSER::longitude lon);
void updateGpsTime(struct tm time);
void updateInfo(std::string info);
void updateSw1(std::string sw1);
void updateSw2(std::string sw2);
void updateCountdown(uint32_t seconds);
+ void updatePassFail(uint8_t pass, uint8_t fail);
private:
Label _lId;