From 9ef1570b4b95411a16ae20bebb4be7be9bc1ab2a Mon Sep 17 00:00:00 2001 From: Maxim Sychevoi <40803666+shinanca@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:22:17 +0300 Subject: [PATCH 1/2] Add support SHT3X humidity --- 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 23a7a4033..74f0e299e 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 = ['bme280', 'aht10', 'htu21d','sht3x'] /* * List of valid gcode file extensions From 4ba2426355edf6bb1a251f190e2508c79bd3c582 Mon Sep 17 00:00:00 2001 From: Maxim Sychevoi <40803666+shinanca@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:45:12 +0300 Subject: [PATCH 2/2] fix linter --- 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 74f0e299e..d468ef179 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','sht3x'] +export const additionalSensors = ['bme280', 'aht10', 'htu21d', 'sht3x'] /* * List of valid gcode file extensions