diff options
-rw-r--r-- | Layout/LayoutSemtech.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Layout/LayoutSemtech.cpp b/Layout/LayoutSemtech.cpp index e31d149..f5eb3f2 100644 --- a/Layout/LayoutSemtech.cpp +++ b/Layout/LayoutSemtech.cpp @@ -22,7 +22,7 @@ LayoutSemtech::LayoutSemtech(DOGS102* lcd, uint8_t band) : Layout(lcd), _band(band), - _lDr(8,0,"DR"), + _lDR(8,0,"DR"), _lFSB(0,0,"FSB"), _lSend(3,3,"Sending..."), _lTemp(8,6,"Temp "), |