Skip to content

Commit

Permalink
add nevermore sensor support
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaaHamel committed Jun 23, 2023
1 parent 705065d commit 6fb840b
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 @@ -14,7 +14,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', 'NevermoreSensor']

/*
* List of valid gcode file extensions
Expand Down

0 comments on commit 6fb840b

Please sign in to comment.