feat(TemperaturePanel): Add SHT3X support (#2025)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
715c48d1d7
commit
9c3724febd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user