🎨 Rename FAN_PIN to FAN0_PIN (#25568)

This commit is contained in:
Scott Lahteine
2023-03-25 18:20:14 -05:00
committed by GitHub
parent 01296788dc
commit 2e4bf0ab9b
226 changed files with 380 additions and 466 deletions

View File

@@ -2677,7 +2677,7 @@ void Temperature::init() {
#endif
#if HAS_FAN0
INIT_FAN_PIN(FAN_PIN);
INIT_FAN_PIN(FAN0_PIN);
#endif
#if HAS_FAN1
INIT_FAN_PIN(FAN1_PIN);