Implement USE_CONTROLLER_FAN as a feature
This commit is contained in:
parent
76eca9732d
commit
2c13922c46
30 changed files with 335 additions and 174 deletions
|
|
@ -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__ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue