mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-11 23:19:16 +00:00
default state now only has channel 1 active
This commit is contained in:
parent
5115ff7b35
commit
28a77b357f
@ -70,21 +70,21 @@ const VerticalWidgetInitialState = {
|
||||
probeMode: ProbeMode.x1,
|
||||
coupling: MeasurementType.DC,
|
||||
bandwidth: 100,
|
||||
status: 1
|
||||
status: 0
|
||||
},
|
||||
{
|
||||
controlMode: ControlMode.Coarse,
|
||||
probeMode: ProbeMode.x1,
|
||||
coupling: MeasurementType.DC,
|
||||
bandwidth: 100,
|
||||
status: 1
|
||||
status: 0
|
||||
},
|
||||
{
|
||||
controlMode: ControlMode.Coarse,
|
||||
probeMode: ProbeMode.x1,
|
||||
coupling: MeasurementType.DC,
|
||||
bandwidth: 100,
|
||||
status: 1
|
||||
status: 0
|
||||
},
|
||||
{
|
||||
status: 0
|
||||
|
Loading…
Reference in New Issue
Block a user