diff --git a/peripherals/sensors/mlx90392/Kconfig b/peripherals/sensors/mlx90392/Kconfig index 94d23c69bc..ed09bfcc8c 100644 --- a/peripherals/sensors/mlx90392/Kconfig +++ b/peripherals/sensors/mlx90392/Kconfig @@ -15,6 +15,10 @@ if PKG_USING_MLX90392 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" } ] }