Creality DWIN simple beeper

This commit is contained in:
Scott Lahteine 2020-08-19 01:49:38 -05:00
parent 167e42af99
commit 2cbc84855b
1 changed files with 4 additions and 1 deletions

View File

@ -170,7 +170,10 @@
#define BTN_EN2 PB12
//#define LCD_LED_PIN PB2
#define BEEPER_PIN PB13
#ifndef BEEPER_PIN
#define BEEPER_PIN PB13
#undef SPEAKER
#endif
#elif ENABLED(DWIN_VET6_CREALITY_LCD)