From 7f0ba1ea735a0d1619539ba69724fa8679af64b1 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Tue, 1 Dec 2015 10:28:04 -0600 Subject: got basic sweep implementation working - tested in 915 frequency band --- Layout/LayoutSweepComplete.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Layout/LayoutSweepComplete.cpp') diff --git a/Layout/LayoutSweepComplete.cpp b/Layout/LayoutSweepComplete.cpp index ab44b7b..f921b3c 100644 --- a/Layout/LayoutSweepComplete.cpp +++ b/Layout/LayoutSweepComplete.cpp @@ -6,7 +6,6 @@ LayoutSweepComplete::LayoutSweepComplete(DOGS102* lcd) _lInfo(0, 1, "Sweep Finished"), _lPass(0, 5, "Pass"), _lFail(9, 5, "Fail"), - _lSw1(11, 7, "Cancel"), _lSw2(0, 7, "Sweep"), _fId(2, 0, 5), _fPass(5, 5, 2), @@ -23,7 +22,6 @@ void LayoutSweepComplete::display() { writeLabel(_lInfo); writeLabel(_lPass); writeLabel(_lFail); - writeLabel(_lSw1); writeLabel(_lSw2); endUpdate(); -- cgit v1.2.3