From 1f4364ae99b9cd061f29241aafcf7ac7ad475a0b Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 18:27:38 -0500 Subject: [PATCH 1/3] Update CU_Pit_config.js changed teleop scoring option --- 2023/CU_Pit_config.js | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 0811757e8..87e98d605 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -86,24 +86,13 @@ var config_data = ` "type": "bool" }, { "name": "Auton Start Position", - "code": "as", + "code": "asp", "type": "clickable_image", "filename": "2023/field_image.png", "shape": "circle 5 black red true" }, { "name": "Auton Scoring", - "code": "asg", - "type": "clickable_image", - "filename": "2023/grid_image.png", - "dimensions": "9 4", - "clickRestriction": "onePerBox", - "toggleClick": "true", - "showFlip": "false", - "showUndo": "false", - "shape": "circle 12 black red true" - }, - { "name": "Teleop Scoring", - "code": "asg", + "code": "as", "type": "clickable_image", "filename": "2023/grid_image.png", "dimensions": "9 4", @@ -113,6 +102,12 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, + { "name": "Where can they score in teleop?
(bottom, middle, top rows)", + "code": "ts", + "type": "text", + "size": 20, + "maxSize": 250 + }, { "name": "Comments", "code": "co", "type": "text", From 52be47facabbcc3c0e3043220878dc2884d3fc93 Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 18:29:54 -0500 Subject: [PATCH 2/3] Update CU_Pit_config.js clarified options for teleop scoring --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index 87e98d605..c70421fdd 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -102,7 +102,7 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Where can they score in teleop?
(bottom, middle, top rows)", + { "name": "Where can they score in teleop?
(bottom, middle, top, or all rows)", "code": "ts", "type": "text", "size": 20, From b5976dfc003124f51a516e17ca67e5ecccec0d1d Mon Sep 17 00:00:00 2001 From: lstone24 Date: Tue, 21 Feb 2023 18:40:13 -0500 Subject: [PATCH 3/3] Update CU_Pit_config.js --- 2023/CU_Pit_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/CU_Pit_config.js b/2023/CU_Pit_config.js index c70421fdd..5adfa7240 100644 --- a/2023/CU_Pit_config.js +++ b/2023/CU_Pit_config.js @@ -102,7 +102,7 @@ var config_data = ` "showUndo": "false", "shape": "circle 12 black red true" }, - { "name": "Where can they score in teleop?
(bottom, middle, top, or all rows)", + { "name": "Teleop scoring ability
(bottom, middle, top, or all rows)", "code": "ts", "type": "text", "size": 20,