Freenove/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi

Buzzer continues even if the program terminates

clemens-k opened this issue · 2 comments

When battery voltage is too low and the program is terminated the buzzer keeps being active.
It is probably because GPIO state don't change automatically when program is terminated.

@clemens-k The problem you said does exist, we will try to fix it

@ZhiJGuo I created a pull request for you to fix it. Feel free to check it out.