19 lines
303 B
Plaintext
19 lines
303 B
Plaintext
![]() |
menu "sensor_detect"
|
||
|
config TEMP_DETECT
|
||
|
bool "Enable Temp Detect"
|
||
|
default n
|
||
|
help
|
||
|
Enable temperature detect
|
||
|
|
||
|
config SDMADC_TEMP
|
||
|
bool "Enable Sdmadc temp"
|
||
|
default n
|
||
|
help
|
||
|
Use Sigma Delta ADC to detect temperature
|
||
|
|
||
|
config VOLT_DETECT
|
||
|
bool "Enable voltage detect"
|
||
|
default n
|
||
|
endmenu
|
||
|
|