From d4aee4f55e0203aa7cf2877227a574a1b1458a2e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 6 Nov 2021 18:47:44 -0400 Subject: mcu: Make a minor change to the protocol to require mcu update Commit 9ecddd1b fixed a serious error (introduced in 7d95a004). Force a protocol version change so users are aware of the need to update the mcu code. Signed-off-by: Kevin O'Connor --- klippy/mcu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/mcu.py') diff --git a/klippy/mcu.py b/klippy/mcu.py index 9bc5b2c7..751e55ef 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -684,7 +684,7 @@ class MCU: def _send_get_config(self): get_config_cmd = self.lookup_query_command( "get_config", - "config is_config=%c crc=%u move_count=%hu is_shutdown=%c") + "config is_config=%c crc=%u is_shutdown=%c move_count=%hu") if self.is_fileoutput(): return { 'is_config': 0, 'move_count': 500, 'crc': 0 } config_params = get_config_cmd.send() -- cgit v1.2.3-70-g09d2