Merge branch 'main' of cau-git.rz.uni-kiel.de:nt/mitarbeiter/silas/imdd_simulation

# Conflicts:
#	Classes/DataBaseHandler/DBHandler.m
#	projects/ECOC_2025/dsp_standalone.m
This commit is contained in:
Silas Oettinghaus
2025-04-16 09:56:01 +02:00
6 changed files with 145 additions and 80 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