Browse Source

Creality DWIN simple beeper

Scott Lahteine 4 years ago
parent
commit
2cbc84855b
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

+ 4
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h View File

@@ -170,7 +170,10 @@
170 170
   #define BTN_EN2                           PB12
171 171
 
172 172
   //#define LCD_LED_PIN                     PB2
173
-  #define BEEPER_PIN                        PB13
173
+  #ifndef BEEPER_PIN
174
+    #define BEEPER_PIN                      PB13
175
+    #undef SPEAKER
176
+  #endif
174 177
 
175 178
 #elif ENABLED(DWIN_VET6_CREALITY_LCD)
176 179
 

Loading…
Cancel
Save