From 19901441cfd41da3f8a461ee08f639cee81fe3ac Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 31 Jan 2021 11:09:08 -0500 Subject: [PATCH] html/uiTest/ui.cfg : Added 'report' button. --- html/ioTest/ui.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/ioTest/ui.cfg b/html/ioTest/ui.cfg index e80a1db..7709db6 100644 --- a/html/ioTest/ui.cfg +++ b/html/ioTest/ui.cfg @@ -8,7 +8,8 @@ title: "CW Test", row: { - button:{ name: quitBtnId, title:"Quit" }, + button:{ name: quitBtnId, title:"Quit" }, + button:{ name: reportBtnId title:"Report" } },