Skip to content

Commit

Permalink
feat(TemperaturePanel): Add SHT3X support (#2025)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Dej <[email protected]>
  • Loading branch information
shinanca and meteyou authored Jan 1, 2025
1 parent 715c48d commit 9c3724f
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 = ['aht10', 'bme280', 'htu21d', 'sgp40']
export const additionalSensors = ['aht10', 'bme280', 'htu21d', 'sgp40', 'sht3x']

/*
* List of valid gcode file extensions
Expand Down

0 comments on commit 9c3724f

Please sign in to comment.