Add phaser baseband/upconverter variants

Signed-off-by: Egor Savkin <es@m-labs.hk>
Egor Savkin 2023-10-18 10:34:01 +08:00
parent 618f51be42
commit beac4a1d33
1 changed files with 2 additions and 1 deletions

View File

@ -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',