We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162f50c + 7312ce8 commit 9d94dc5Copy full SHA for 9d94dc5
1 file changed
src/protocol/protocol.c
@@ -121,6 +121,7 @@ void PROTOCOL_DeInit()
121
CLOCK_StopTimer();
122
if(Model.protocol != PROTOCOL_NONE && PROTOCOL_LOADED)
123
PROTO_Cmds(PROTOCMD_DEINIT);
124
+ CLOCK_StartMixer(); // run mixer on timer so channels are updated for things like calibration
125
proto_state = PROTO_DEINIT;
126
}
127
0 commit comments