Skip to content

Commit

Permalink
chore: update moonraker min version to v0.8.0-137
Browse files Browse the repository at this point in the history
Moonraker added in this commit the monitors to the data_store

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 17, 2023
1 parent c0ef109 commit a210e2c
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
Expand Up @@ -2,7 +2,7 @@ export const defaultLogoColor = '#D41216'
export const defaultPrimaryColor = '#2196f3'

export const minKlipperVersion = 'v0.11.0-97'
export const minMoonrakerVersion = 'v0.8.0-38'
export const minMoonrakerVersion = 'v0.8.0-137'

export const colorArray = ['#F44336', '#8e379d', '#03DAC5', '#3F51B5', '#ffde03', '#009688', '#E91E63']

Expand Down

0 comments on commit a210e2c

Please sign in to comment.