Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$beep_status can't work properly #11

Open
KnightSin opened this issue Jan 30, 2023 · 0 comments
Open

$beep_status can't work properly #11

KnightSin opened this issue Jan 30, 2023 · 0 comments

Comments

@KnightSin
Copy link

KnightSin commented Jan 30, 2023

hi!

I found a bug and tried to fix it

The problem is located at Firmware\Grbl_Esp32\src\mks\MKS_TS35.h

Change the contents of this file to the code in next

line 29

#if defined(USE_BEEP)
#define BEEP_ON ts35_beep_on()
#define BEEP_OFF ts35_beep_off()
#else
#define BEEP_ON
#define BEEP_OFF
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant