updates from lab pc during ecoc sprint
This commit is contained in:
@@ -15,7 +15,7 @@ function holdAndShowValue()
|
||||
'ButtonPushedFcn', @(src, event) closeWindow());
|
||||
|
||||
% Initialize the timer
|
||||
updateTimer = timer('ExecutionMode', 'fixedRate', 'Period', 0.1, ...
|
||||
updateTimer = timer('ExecutionMode', 'fixedRate', 'Period', 0.5, ...
|
||||
'TimerFcn', @(src, event) updatePowerValues());
|
||||
|
||||
% Start the timer
|
||||
|
||||
Reference in New Issue
Block a user