diff --git a/peripherals/sensors/mlx90392/Kconfig b/peripherals/sensors/mlx90392/Kconfig index b2f9962922..ed09bfcc8c 100644 --- a/peripherals/sensors/mlx90392/Kconfig +++ b/peripherals/sensors/mlx90392/Kconfig @@ -10,6 +10,15 @@ if PKG_USING_MLX90392 string default "/packages/peripherals/sensors/mlx90392" + config PKG_MLX90392_USING_SENSOR_V1 + bool "Enable sensor_v1 device framework" + select RT_USING_SENSOR + default n + + config PKG_USING_MLX90392_SAMPLE + bool "Enable mlx90392 Sample" + default n + choice prompt "Version" default PKG_USING_MLX90392_LATEST_VERSION diff --git a/peripherals/sensors/mlx90392/package.json b/peripherals/sensors/mlx90392/package.json index 03b8d8360e..3d4452ffcf 100644 --- a/peripherals/sensors/mlx90392/package.json +++ b/peripherals/sensors/mlx90392/package.json @@ -22,7 +22,7 @@ "version": "latest", "URL": "https://github.com/lgnq/mlx90392.git", "filename": "mlx90392.zip", - "VER_SHA": "master" + "VER_SHA": "main" } ] }