From 4b4fa23afe25a9525c476b1d23c0d59b595eeaf2 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 17 Sep 2023 10:57:11 +0200 Subject: [PATCH] chore: update klipper min version to v0.11.0-257 Klipper added in this commit the monitors to the heaters object Signed-off-by: Stefan Dej --- src/store/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/variables.ts b/src/store/variables.ts index b66ecb926..6068763b0 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -1,7 +1,7 @@ export const defaultLogoColor = '#D41216' export const defaultPrimaryColor = '#2196f3' -export const minKlipperVersion = 'v0.11.0-97' +export const minKlipperVersion = 'v0.11.0-257' export const minMoonrakerVersion = 'v0.8.0-137' export const colorArray = ['#F44336', '#8e379d', '#03DAC5', '#3F51B5', '#ffde03', '#009688', '#E91E63']