Browse Source

SKR E3 Mini V2.0 Fan Bug Fix (#21079)

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Bryan Hunwardsen 3 years ago
parent
commit
3ae892bf91
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h

+ 2
- 0
Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h View File

23
 
23
 
24
 #define SKR_MINI_E3_V2
24
 #define SKR_MINI_E3_V2
25
 
25
 
26
+#define BOARD_CUSTOM_BUILD_FLAGS -DTONE_CHANNEL=4 -DTONE_TIMER=4
27
+
26
 // Onboard I2C EEPROM
28
 // Onboard I2C EEPROM
27
 #if NO_EEPROM_SELECTED
29
 #if NO_EEPROM_SELECTED
28
   #define I2C_EEPROM
30
   #define I2C_EEPROM

Loading…
Cancel
Save