Make temperture profile executer reset the DIGIO settings after profile execution/abort
This commit is contained in:
@@ -299,7 +299,9 @@ int temp_profile_executer_stop(void)
|
||||
if (command_list)
|
||||
temp_profile_free_command_list(&command_list);
|
||||
|
||||
/* Reset loudspeaker and reset default state of DIGIO channels */
|
||||
loudspeaker_set(0);
|
||||
digio_set_default_values();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user