From 87e1a06a02ad8a076c4b66625f6242cb912a57fd Mon Sep 17 00:00:00 2001 From: jhajel Date: Thu, 4 Apr 2024 11:15:45 -0700 Subject: [PATCH] Update crescendo_pit_config.js --- 2024/crescendo_pit_config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/2024/crescendo_pit_config.js b/2024/crescendo_pit_config.js index fbfdedc..5748631 100644 --- a/2024/crescendo_pit_config.js +++ b/2024/crescendo_pit_config.js @@ -40,10 +40,10 @@ var config_data = ` "code": "sr", "type": "radio", "choices": { - "1": "L1 (8.14:1)
", - "2": "L2 (6.75:1)
", - "3": "L3 (6.12:1)
", - "4": "L4 (5.14:1)
", + "1": "SDS L1 (8.14:1)
", + "2": "SDS L2 (6.75:1)
", + "3": "SDS L3 (6.12:1)
", + "4": "SDS L4 (5.14:1)
", "o": "Other ratio (put in comments)
", "x": "Not Swerve" }, @@ -65,16 +65,16 @@ var config_data = ` "code": "nob", "type": "number" }, - { "name": "Floor pickup Notes", - "code": "fpu", - "type": "bool" - }, { "name": "Number of notes in Auto?", "code": "aut", - "type": "text", + "type": "number", "size": 20, "maxSize": 250 }, + { "name": "Number of notes in Tele-op?", + "code": "tel", + "type": "number", + }, { "name": "Can your team climb?", "code": "clm", "type": "radio",