From beac4a1d33f238ed1a32d37112e04ce1d562aa5a Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Wed, 18 Oct 2023 10:34:01 +0800 Subject: [PATCH] Add phaser baseband/upconverter variants Signed-off-by: Egor Savkin --- static/js/shop_data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index 3aa1168..0e8cc1f 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -635,7 +635,8 @@ const shop_data = { 'The upconverter is optional, if you would like the baseband version please leave us a note.' ], options: [ - {type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk", fallback: {text: "125 MHz", checked: false}}} + {type: "SwitchLine", args: {title: "Ext CLK", outvar: "ext_clk", fallback: {text: "125 MHz", checked: false}}}, + {type: "Radio", args: {title: "Variant", outvar: "variant", variants: ["Baseband", "Upconverter"], fallback: 1}}, ], size: 'small', type: 'urukul',