Skip to content

Commit

Permalink
feat: add SGP40 support
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Nov 10, 2024
1 parent c7d75c6 commit 0197fc0
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']
export const additionalSensors = ['aht10', 'bme280', 'htu21d', 'sgp40']

/*
* List of valid gcode file extensions
Expand Down

0 comments on commit 0197fc0

Please sign in to comment.