Support for Sensirion SHT4x

This commit is contained in:
Martin Kudlacek
2025-07-28 10:02:31 +02:00
parent a96d1022a0
commit 822850b4d5
3 changed files with 37 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ protected:
bool LPS22HB_initialized = false;
bool MLX90614_initialized = false;
bool VL53L0X_initialized = false;
bool SHT4X_initialized = false;
bool gps_detected = false;
bool gps_active = false;