mixer.py: set iPad flag = 0 (no need for periodic active_sense byte to keep TCP connection alive)

This commit is contained in:
coon 2025-10-02 21:05:59 +02:00
parent 35bf8a4928
commit 9f33bf3d8f

View file

@ -89,7 +89,7 @@ class Mixer:
def get_system_state(self):
msg_id = self.SysExMessageId.GET_SYSTEM_STATE_REQUEST.value
i_pad_flag = 0x01
i_pad_flag = 0x00
data = self.SYSEX_ALL_CALL + [msg_id, i_pad_flag]