summaryrefslogtreecommitdiff
path: root/Layout/LayoutSurveySuccess.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-12-11 10:18:02 -0600
committerMike Fiore <mfiore@multitech.com>2015-12-11 10:18:02 -0600
commitc28f3e07a6320f48476fd4dad5cca0011669e49f (patch)
tree063962dd2197419f62cd2555b8525df89db18ea1 /Layout/LayoutSurveySuccess.h
parenta1bb849d38853c79285665e702f9425770e74133 (diff)
parent279d4b746cb23dce634c968a86eaab0199f1d4af (diff)
downloadmtdot-box-evb-factory-firmware-c28f3e07a6320f48476fd4dad5cca0011669e49f.tar.gz
mtdot-box-evb-factory-firmware-c28f3e07a6320f48476fd4dad5cca0011669e49f.tar.bz2
mtdot-box-evb-factory-firmware-c28f3e07a6320f48476fd4dad5cca0011669e49f.zip
Merge branch 'link_check'
Conflicts: Layout/LayoutSurveySuccess.cpp Mode/Mode.cpp
Diffstat (limited to 'Layout/LayoutSurveySuccess.h')
-rw-r--r--Layout/LayoutSurveySuccess.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Layout/LayoutSurveySuccess.h b/Layout/LayoutSurveySuccess.h
index 49113cb..a330c7f 100644
--- a/Layout/LayoutSurveySuccess.h
+++ b/Layout/LayoutSurveySuccess.h
@@ -14,7 +14,7 @@ class LayoutSurveySuccess : public Layout {
void updateId(uint32_t id);
void updateRate(std::string rate);
void updatePower(uint32_t power);
- void updateStats(LoRaHandler::LoRaPing ping);
+ void updateStats(LoRaHandler::LoRaLink link);
void updateGpsLatitude(GPSPARSER::latitude lat);
void updateGpsLatitude(std::string msg);
void updateGpsLongitude(GPSPARSER::longitude lon);
@@ -35,8 +35,7 @@ class LayoutSurveySuccess : public Layout {
Field _fId;
Field _fDr;
Field _fPwr;
- Field _fUpRssi;
- Field _fUpSnr;
+ Field _fUpMargin;
Field _fDownRssi;
Field _fDownSnr;
Field _fGpsLat;