Skip to content

Commit a83f891

Browse files
committed
feat: adds SGP40 sensor basic support
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 9d85312 commit a83f891

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/store/printer/getters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ export const getters = {
847847
aht3x: 'aht10',
848848
bme280: 'bme280',
849849
htu21d: 'htu21d',
850+
sgp40: 'sgp40',
850851
sht21: 'htu21d',
851852
sht3x: 'sht3x',
852853
si7013: 'htu21d',

0 commit comments

Comments
 (0)