We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the led stays turned on after I exit the app.
I think adding
furi_hal_light_set(LightRed | LightGreen | LightBlue, 0);
around
flipper-dcf77/dcf77_app.c
Line 434 in 588bcf7
Would do it.
PS: It didn't work with my Auriol AFT 77 A1 sadly.
The text was updated successfully, but these errors were encountered:
Would be really nice to fix it.... For me the app works nice, thanks for that!!! :-)
Sorry, something went wrong.
No branches or pull requests
Right now the led stays turned on after I exit the app.
I think adding
furi_hal_light_set(LightRed | LightGreen | LightBlue, 0);
around
flipper-dcf77/dcf77_app.c
Line 434 in 588bcf7
Would do it.
PS: It didn't work with my Auriol AFT 77 A1 sadly.
The text was updated successfully, but these errors were encountered: