manish12 发表于 2023-11-15 20:45:29

How to turn off all temperature detection related functions in the project

Please some one explain how to turn off all temperature detection related functions in the project,

Thanks

鸣飞 发表于 2023-11-16 08:39:33

把宏关了应该就可以了吧

yc_ki 发表于 2023-11-16 09:20:39

关闭温度有关的宏
HAVE_THERMISTOR ==》HAVE_THERMISTORx
INCLUDE_TEMPERATURE ==》INCLUDE_TEMPERATUREx
THERMISTOR_ADC=adcsel_led0 ==》THERMISTOR_ADC=adcsel_led0x
THERMISTOR_DATA_FILE=thermistor_lp4549652p3m.h==THERMISTOR_DATA_FILE=thermistor_lp4549652p3m.hx
THERMISTOR_ON=15 ==》THERMISTOR_ON=15x

manish12 发表于 2023-11-16 11:28:40

we have just put the x at these macros, will turn off the detection ?, or it does mean anything other than this ?,

mupro 发表于 2023-11-19 11:01:50

yes, when add x to the macros
these macros is turn off

Terry6 发表于 2023-12-9 14:56:45

:lol学习
页: [1]
查看完整版本: How to turn off all temperature detection related functions in the project