forked from M-Labs/web2019
avoid uncommon/incorrect 'TEC chip' terminology
This commit is contained in:
parent
3fb2a219de
commit
ad262c6657
|
@ -652,7 +652,7 @@ const shop_data = {
|
||||||
'DAC temperature can be stabilized using the Sinara 8451 Thermostat (sold separately).'
|
'DAC temperature can be stabilized using the Sinara 8451 Thermostat (sold separately).'
|
||||||
],
|
],
|
||||||
options: [
|
options: [
|
||||||
{type: "Switch", args: {title: "TEC chip", outvar: "tec_chip", tip: "Used for stabilizing temperature with Sinara 8451 Thermostat"}},
|
{type: "Switch", args: {title: "TEC", outvar: "tec", tip: "Used for stabilizing temperature with Sinara 8451 Thermostat"}},
|
||||||
],
|
],
|
||||||
datasheet_file: '/docs/sinara-datasheets/5432.pdf',
|
datasheet_file: '/docs/sinara-datasheets/5432.pdf',
|
||||||
datasheet_name: '5432 Zotino datasheet',
|
datasheet_name: '5432 Zotino datasheet',
|
||||||
|
|
Loading…
Reference in New Issue