automatically detect temperature sensor

This commit is contained in:
Joey Castillo
2025-05-17 10:23:38 -04:00
parent 9fd174e453
commit 80cbb0fe30
6 changed files with 57 additions and 16 deletions

View File

@@ -287,6 +287,9 @@ typedef struct {
// temporary alarm enabled boolean, until we implement this in advisories
bool alarm_enabled;
// boolean set if thermistor is detected
bool has_thermistor;
// boolean set if accelerometer is detected
bool has_lis2dw;
} movement_state_t;