Skip to content

Commit

Permalink
chore: update klipper min version to v0.11.0-257
Browse files Browse the repository at this point in the history
Klipper added in this commit the monitors to the heaters object

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 17, 2023
1 parent a210e2c commit 4b4fa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/variables.ts
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit 4b4fa23

Please sign in to comment.