Implement USE_CONTROLLER_FAN as a feature
This commit is contained in:
@ -95,8 +95,8 @@
|
||||
#if PIN_EXISTS(CASE_LIGHT)
|
||||
REPORT_NAME_DIGITAL(CASE_LIGHT_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(CONTROLLERFAN)
|
||||
REPORT_NAME_DIGITAL(CONTROLLERFAN_PIN, __LINE__ )
|
||||
#if PIN_EXISTS(CONTROLLER_FAN)
|
||||
REPORT_NAME_DIGITAL(CONTROLLER_FAN_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(CUTOFF_RESET)
|
||||
REPORT_NAME_DIGITAL(CUTOFF_RESET_PIN, __LINE__ )
|
||||
|
Reference in New Issue
Block a user