From 3ad4a2fde749077bce94115902ab9c6e9760a2f8 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 23 Nov 2015 12:25:51 -0600 Subject: save survey data to file, start adding support for sending data packet, misc tweaks and fixes --- Layout/LayoutConfirm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Layout/LayoutConfirm.cpp') diff --git a/Layout/LayoutConfirm.cpp b/Layout/LayoutConfirm.cpp index 93fe85c..0c0e39a 100644 --- a/Layout/LayoutConfirm.cpp +++ b/Layout/LayoutConfirm.cpp @@ -6,8 +6,8 @@ LayoutConfirm::LayoutConfirm(DOGS102* lcd) _lMsg2(0, 1, "Want to Erase It?"), _lIns1(0, 4, "Hold SW1 any time"), _lIns2(0, 5, "for Main Menu"), - _lSw1(14, 7, "No"), - _lSw2(1, 7, "Yes") + _lSw1(15, 7, "No"), + _lSw2(0, 7, "Yes") {} LayoutConfirm::~LayoutConfirm() {} -- cgit v1.2.3