From 6fb840b870ab756300240e9347327ff0d4edcb3d Mon Sep 17 00:00:00 2001 From: Sanaa Hamel Date: Fri, 23 Jun 2023 10:37:06 -0400 Subject: [PATCH] add nevermore sensor support --- 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 a99119bca..82b547564 100644 --- a/src/store/variables.ts +++ b/src/store/variables.ts @@ -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