arha / flipper-dcf77

DCF77 emulator off the 125khz LFRFID antenna on Flipper Zero
GNU General Public License v3.0
64 stars 5 forks source link

Turn off led when exiting the app #4

Open keriati opened 7 months ago

keriati commented 7 months ago

Right now the led stays turned on after I exit the app.

I think adding

furi_hal_light_set(LightRed | LightGreen | LightBlue, 0);

around

https://github.com/arha/flipper-dcf77/blob/588bcf7e87db5061090c8c3e23e0e50c6e4d347b/dcf77_app.c#L434

Would do it.

PS: It didn't work with my Auriol AFT 77 A1 sadly.

schmiernippel commented 5 months ago

Would be really nice to fix it.... For me the app works nice, thanks for that!!! :-)