From 3ac654001f916c17b09077085549e4fc6684b406 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 23 Nov 2024 20:42:33 +0100 Subject: [PATCH] feat: add SGP40 support (#2040) --- src/store/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/variables.ts b/src/store/variables.ts index 94fb5f6d7..a56935af5 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -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