updates from lab pc during ecoc sprint

This commit is contained in:
Silas Labor Zizou
2025-04-16 09:18:18 +02:00
parent 0236103b13
commit 943677ee40
9 changed files with 324 additions and 136 deletions

View File

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