Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinanca authored Oct 13, 2024
1 parent 9ef1570 commit 4ba2426
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 @@ -20,7 +20,7 @@ export const themeDir = '.theme'
export const datasetInterval = 1000
export const datasetTypes = ['temperature', 'target', 'power', 'speed']
export const datasetTypesInPercents = ['power', 'speed']
export const additionalSensors = ['bme280', 'aht10', 'htu21d','sht3x']
export const additionalSensors = ['bme280', 'aht10', 'htu21d', 'sht3x']

/*
* List of valid gcode file extensions
Expand Down

0 comments on commit 4ba2426

Please sign in to comment.