diff --git a/mod/hmi.py b/mod/hmi.py index 5b1f0e3d..bef2c93b 100644 --- a/mod/hmi.py +++ b/mod/hmi.py @@ -462,7 +462,7 @@ def ping(self, callback): self.send(CMD_PING, callback, 'boolean') def tuner(self, freq, note, cents, callback): - self.send('%s %f %s %f' % (CMD_TUNER, freq, note, cents), callback) + self.send('%s %f %s %d' % (CMD_TUNER, freq, note, cents), callback) #TODO, This message should be handled by mod-system-control once in place def expression_overcurrent(self, callback):