forked from chunyexixiaoyu/xiuos
60 lines
1.8 KiB
Plaintext
Executable File
60 lines
1.8 KiB
Plaintext
Executable File
menu "sensor app"
|
|
|
|
menuconfig APPLICATION_SENSOR
|
|
bool "Using sensor apps"
|
|
default n
|
|
|
|
if APPLICATION_SENSOR
|
|
menuconfig APPLICATION_SENSOR_CO2
|
|
bool "Using sensor CO2 apps"
|
|
default n
|
|
|
|
if APPLICATION_SENSOR_CO2
|
|
config APPLICATION_SENSOR_CO2_ZG09
|
|
bool "Using sensor ZG09 apps"
|
|
default n
|
|
endif
|
|
|
|
menuconfig APPLICATION_SENSOR_PM1_0
|
|
bool "Using sensor PM1.0 apps"
|
|
default n
|
|
|
|
if APPLICATION_SENSOR_PM1_0
|
|
config APPLICATION_SENSOR_PM1_0_PS5308
|
|
bool "Using sensor PS5308 apps"
|
|
default n
|
|
endif
|
|
|
|
menuconfig APPLICATION_SENSOR_VOICE
|
|
bool "Using sensor voice apps"
|
|
default n
|
|
|
|
if APPLICATION_SENSOR_VOICE
|
|
config APPLICATION_SENSOR_VOICE_D124
|
|
bool "Using sensor D124 apps"
|
|
default n
|
|
endif
|
|
|
|
menuconfig APPLICATION_SENSOR_HUMIDITY
|
|
bool "Using sensor humidity apps"
|
|
default n
|
|
|
|
if APPLICATION_SENSOR_HUMIDITY
|
|
config APPLICATION_SENSOR_HUMIDITY_HS300X
|
|
bool "Using sensor HS300x apps"
|
|
default n
|
|
endif
|
|
|
|
menuconfig APPLICATION_SENSOR_TEMPERATURE
|
|
bool "Using sensor temperature apps"
|
|
default n
|
|
|
|
if APPLICATION_SENSOR_TEMPERATURE
|
|
config APPLICATION_SENSOR_TEMPERATURE_HS300X
|
|
bool "Using sensor HS300x apps"
|
|
default n
|
|
endif
|
|
endif
|
|
|
|
endmenu
|